1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-04 16:47:15 +02:00

Fix comment in Safari vAPI

This commit is contained in:
Chris 2015-02-04 12:07:23 -07:00
parent 9c2277fccf
commit 1de656cb4a

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;