#61 Mostly empty script added

This commit is contained in:
Serraniel 2020-10-06 17:46:49 +02:00
parent 6f4cf39430
commit 20b2fe3cb8
Signed by: Serraniel
GPG key ID: 3690B4E7364525D3

View file

@ -0,0 +1,15 @@
import * as core from '../utils/aniwatchCore';
import * as helper from '../utils/helpers';
export function init() {
core.registerScript(node => {
// run the scripts
if (helper.isHtmlElement(node)) {
restructureImport(node)
}
}, "^/profile/[0-9]*\?tab=[0-9]*$");
}
function restructureImport(node){
}