1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-11-07 11:22:38 +01:00

Merge branch 'master' of github.com:gorhill/uBlock

This commit is contained in:
gorhill 2015-02-04 15:30:20 -05:00
commit e5f14439a9

View File

@ -205,7 +205,7 @@
}; };
document.addEventListener("beforeload", onBeforeLoad, true); document.addEventListener("beforeload", onBeforeLoad, true);
// Block popups, intercept XHRs, and add site patches // Block popups, intercept XHRs
var firstMutation = function() { var firstMutation = function() {
document.removeEventListener("DOMContentLoaded", firstMutation, true); document.removeEventListener("DOMContentLoaded", firstMutation, true);
firstMutation = false; firstMutation = false;