1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 15:32:28 +02: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);
// Block popups, intercept XHRs, and add site patches
// Block popups, intercept XHRs
var firstMutation = function() {
document.removeEventListener("DOMContentLoaded", firstMutation, true);
firstMutation = false;