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:
commit
e5f14439a9
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user