1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-04 20:46:39 +02:00

Handle wrong content script order

For #273
This commit is contained in:
kkapsner 2018-10-02 13:20:40 +02:00
parent a4d9be9bd5
commit f3a6031f5a
3 changed files with 19 additions and 7 deletions

View file

@ -4,7 +4,9 @@
const require = function(){
"use strict";
window.scope = {};
if (!window.scope){
window.scope = {};
}
const scope = window.scope;
function getScopeName(module){