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

Function include

Easy offline/Easy offline.user.js:806–812  ·  view source on GitHub ↗
(things,obj)

Source from the content-addressed store, hash-verified

804 }
805
806 function include(things,obj) {
807 for (var i = things.length - 1; i >= 0; i--) {
808 if ($(things[i]).attr('href')===$(obj).attr('href')){
809 return true;
810 }
811 }
812 }
813
814 function init(){
815 if(isInited)return;

Callers 1

getAllEnableUrlFunction · 0.85

Calls 1

$Function · 0.50

Tested by

no test coverage detected