mirror of https://github.com/gorhill/uBlock.git
Avoid returning a value when injected as content script
This commit is contained in:
parent
bf01fc737d
commit
f55c891d54
|
@ -241,3 +241,23 @@
|
||||||
|
|
||||||
return Diff;
|
return Diff;
|
||||||
})(self);
|
})(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 New Issue