![]() |
|
gofile.io - Printable Version +- UserScripts Archive (http://usa.x10host.com/mybb) +-- Forum: UserScripts Archive (http://usa.x10host.com/mybb/forumdisplay.php?fid=1) +--- Forum: Script Support (http://usa.x10host.com/mybb/forumdisplay.php?fid=3) +---- Forum: W.A.R. Links Checker Premium (http://usa.x10host.com/mybb/forumdisplay.php?fid=6) +---- Thread: gofile.io (/showthread.php?tid=520) |
gofile.io - frtgs - 08-11-2022 can you add https://gofile.io/ and a sample for the custom rule would be helpful. is a rule multiple command per line or all commands in a line can you add gofile? Code: https://gofile.io/d/KSdtm2RE: gofile.io - mental - 08-13-2022 i would need a sample live link, that one is dead RE: gofile.io - frtgs - 08-23-2022 Here https://gofile.io/d/0soNmM Also can i have a sample of what a custom rule looks like RE: gofile.io - mental - 08-23-2022 Sorry that host can not be added, the page source code for live links and dead links are the same. to see how to make custom rules open the config page in the tampermonkey dropdown window or by hitting CTRL+ALT+C goto the custom rules tab and click on "click here to show/hide the reference" and it shows how to make a custom rule. @customrule = filehost name @baseurl = the main address of the filehost @alivematch = something in the download page source code that is unique to only live links @deadmatch = something in the download page source code that is unique to only dead links A example custom rule would look something like this... @customrule k2s.cc @baseurl k2s.cc @alivematch View File @deadmatch error 404 RE: gofile.io - tgs - 03-03-2023 Adding Domain Code: "gofile.io",Api function Code: if (GM_getValue("Check_gofile_dot_io_links", false))Bulk Check Code: function bayfilesBulkCheck()RE: gofile.io - mental - 03-04-2023 bayfiles bulk check code ? RE: gofile.io - tgs - 03-04-2023 I notice after posting that I have copied wrong code. After that I need to wait for 24 hours to correct it. here it is Code: function gofileBulkCheck()RE: gofile.io - mental - 03-05-2023 Thanks again, I appreciate the help RE: gofile.io - tgs - 03-05-2023 (03-05-2023, 04:32 AM)mental Wrote: Thanks again, I appreciate the help You are welcome, anymore such hosts similar to gofile which are not added. May be I can have a crack RE: gofile.io - mental - 03-05-2023 none at the moment that i can think of, but i am sure there will be in the future. |