mirror of https://github.com/gorhill/uBlock.git
Fix comment in Safari vAPI
This commit is contained in:
parent
9c2277fccf
commit
1de656cb4a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue