Index: include.preload.js |
=================================================================== |
--- a/include.preload.js |
+++ b/include.preload.js |
@@ -12,18 +12,19 @@ |
* GNU General Public License for more details. |
* |
* You should have received a copy of the GNU General Public License |
* along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. |
*/ |
"use strict"; |
-let {splitSelector} = require("common"); |
-let {ElemHideEmulation} = require("content_elemHideEmulation"); |
+let {splitSelector} = require("./adblockpluscore/lib/common"); |
+let {ElemHideEmulation} = require( |
kzar
2018/03/19 21:50:07
Please indent this like
let {ElemHideEmulation}
Jon Sonesen
2018/03/20 23:25:18
Acknowledged.
|
+"./adblockpluscore/lib/content/elemHideEmulation"); |
// This variable is also used by our other content scripts. |
let elemhide; |
const typeMap = new Map([ |
["img", "IMAGE"], |
["input", "IMAGE"], |
["picture", "IMAGE"], |