1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-18 18:48:45 +02:00

document.head isn't always available in Safari

This commit is contained in:
Deathamns 2014-10-31 19:29:44 +01:00
parent bccf3d68e2
commit 7f57684e2b

View File

@ -306,7 +306,7 @@ if (window.chrome) {
"return block(u, 'xmlhttprequest') ? null : xo.apply(this, [].slice.call(arguments));",
"};",
"})();"].join('');
document.head.removeChild(document.head.appendChild(tmpJS));
document.documentElement.removeChild(document.documentElement.appendChild(tmpJS));
};
document.addEventListener('DOMSubtreeModified', firstMutation, true);