mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-24 03:12:46 +01:00
associate code change with issue #587
This commit is contained in:
parent
673b8774be
commit
eeb5e8de5b
@ -47,6 +47,7 @@ if ( vAPI.canExecuteContentScript() !== true ) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// https://github.com/gorhill/uBlock/issues/587
|
||||||
// Pointless to execute without the start script having done its job.
|
// Pointless to execute without the start script having done its job.
|
||||||
if ( !vAPI.contentscriptStartInjected ) {
|
if ( !vAPI.contentscriptStartInjected ) {
|
||||||
return;
|
return;
|
||||||
|
@ -144,6 +144,7 @@ var filteringHandler = function(details) {
|
|||||||
// the browser to flush this script from memory.
|
// the browser to flush this script from memory.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// https://github.com/gorhill/uBlock/issues/587
|
||||||
// If no filters were found, maybe the script was injected before uBlock's
|
// If no filters were found, maybe the script was injected before uBlock's
|
||||||
// process was fully initialized. When this happens, pages won't be
|
// process was fully initialized. When this happens, pages won't be
|
||||||
// cleaned right after browser launch.
|
// cleaned right after browser launch.
|
||||||
|
Loading…
Reference in New Issue
Block a user