MCPcopy Index your code
hub / github.com/hoothin/UserScripts / init

Function init

Easy offline/Easy offline.user.js:814–819  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

812 }
813
814 function init(){
815 if(isInited)return;
816 isInited=true;
817 $("body").append(parentDiv);
818 setCss();
819 }
820
821 function setCss(){
822 $('head').append(`

Callers 3

getAllEnableUrlFunction · 0.70
settingFunction · 0.70
checkSelFunction · 0.70

Calls 2

setCssFunction · 0.85
$Function · 0.50

Tested by

no test coverage detected