Skip to content

Commit

Permalink
#61 Mostly empty script added
Browse files Browse the repository at this point in the history
  • Loading branch information
Serraniel committed Oct 6, 2020
1 parent 6f4cf39 commit 20b2fe3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/javascript/enhancements/importWatchlist.js
Original file line number Diff line number Diff line change
@@ -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){

}

0 comments on commit 20b2fe3

Please sign in to comment.