|
1 | 1 | /******************************************************************************* |
2 | 2 |
|
3 | 3 | uBlock Origin - a browser extension to block requests. |
4 | | - Copyright (C) 2014-2017 The uBlock Origin authors |
| 4 | + Copyright (C) 2014-2018 The uBlock Origin authors |
5 | 5 |
|
6 | 6 | This program is free software: you can redistribute it and/or modify |
7 | 7 | it under the terms of the GNU General Public License as published by |
|
28 | 28 | // https://github.com/chrisaljoudi/uBlock/issues/456 |
29 | 29 | // Skip if already injected. |
30 | 30 |
|
31 | | -if ( typeof vAPI === 'object' && !vAPI.clientScript ) { // >>>>>>>> start of HUGE-IF-BLOCK |
| 31 | +// >>>>>>>> start of HUGE-IF-BLOCK |
| 32 | +if ( typeof vAPI === 'object' && !vAPI.clientScript ) { |
32 | 33 |
|
33 | 34 | /******************************************************************************/ |
34 | 35 | /******************************************************************************/ |
@@ -444,4 +445,25 @@ vAPI.shutdown.add(function() { |
444 | 445 | /******************************************************************************/ |
445 | 446 | /******************************************************************************/ |
446 | 447 |
|
447 | | -} // <<<<<<<< end of HUGE-IF-BLOCK |
| 448 | +} |
| 449 | +// <<<<<<<< end of HUGE-IF-BLOCK |
| 450 | + |
| 451 | + |
| 452 | + |
| 453 | + |
| 454 | + |
| 455 | + |
| 456 | + |
| 457 | + |
| 458 | +/******************************************************************************* |
| 459 | +
|
| 460 | + DO NOT: |
| 461 | + - Remove the following code |
| 462 | + - Add code beyond the following code |
| 463 | + Reason: |
| 464 | + - https://github.com/gorhill/uBlock/pull/3721 |
| 465 | + - uBO never uses the return value from injected content scripts |
| 466 | +
|
| 467 | +**/ |
| 468 | + |
| 469 | +void 0; |
0 commit comments