mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Avoid returning a value when injected as content script
This commit is contained in:
parent
bf01fc737d
commit
f55c891d54
1 changed files with 20 additions and 0 deletions
|
|
@ -241,3 +241,23 @@
|
|||
|
||||
return Diff;
|
||||
})(self);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*******************************************************************************
|
||||
|
||||
DO NOT:
|
||||
- Remove the following code
|
||||
- Add code beyond the following code
|
||||
Reason:
|
||||
- https://github.com/gorhill/uBlock/pull/3721
|
||||
- uBO never uses the return value from injected content scripts
|
||||
|
||||
**/
|
||||
|
||||
void 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue