Skip to content

Commit

Permalink
No need to track contexts
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaier committed Apr 7, 2012
1 parent c35aeee commit df7af72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.js
Expand Up @@ -38,7 +38,6 @@ registerOverlay(
function $$$(q) document.querySelectorAll(q);

let ss = document.createProcessingInstruction("xml-stylesheet", "href='chrome://fastprevnext/skin/' type='text/css'");
ss.contexts = [];
document.documentElement.parentNode.insertBefore(ss, document.documentElement);
unloadWindow(window, function() ss.parentNode.removeChild(ss));

Expand Down

0 comments on commit df7af72

Please sign in to comment.