fixup 7c9fd5e6: the enclosed code had nested backticks!
This commit is contained in:
parent
6c07e8a223
commit
41e2d43ecc
|
@ -346,7 +346,7 @@
|
||||||
})();
|
})();
|
||||||
|
|
||||||
// run in page context
|
// run in page context
|
||||||
document.documentElement.appendChild(document.createElement('script')).text = `(${
|
document.documentElement.appendChild(document.createElement('script')).text = '(' + (
|
||||||
EXTENSION_ORIGIN => {
|
EXTENSION_ORIGIN => {
|
||||||
document.currentScript.remove();
|
document.currentScript.remove();
|
||||||
|
|
||||||
|
@ -466,7 +466,7 @@ document.documentElement.appendChild(document.createElement('script')).text = `(
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
})('${chrome.runtime.getURL('').slice(0, -1)}')`;
|
) + `)('${chrome.runtime.getURL('').slice(0, -1)}')`;
|
||||||
|
|
||||||
// TODO: remove the following statement when USO pagination is fixed
|
// TODO: remove the following statement when USO pagination is fixed
|
||||||
if (location.search.includes('category=')) {
|
if (location.search.includes('category=')) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user