this addressed #200: uMatrix compatible for FF35+

pull/2/head
gorhill 9 years ago
parent d03434cc43
commit 1aa8b4fc1e

@ -17,7 +17,7 @@
<targetApplication>
<r:Description>
<id>{{ec8030f7-c20a-464f-9b0e-13a3a9e97384}}</id>
<minVersion>29.0</minVersion>
<minVersion>35.0</minVersion>
<maxVersion>41.0</maxVersion>
</r:Description>
</targetApplication>

@ -1245,7 +1245,6 @@ var httpObserver = {
}
if ( aWindow ) {
return vAPI.tabs.getTabId(aWindow
.QueryInterface(Ci.nsIInterfaceRequestor)
.getInterface(Ci.nsIWebNavigation)
.QueryInterface(Ci.nsIDocShell)
.rootTreeItem

Loading…
Cancel
Save