UserScripts Archive
wrzucajpliki.pl - 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: wrzucajpliki.pl (/showthread.php?tid=443)

Pages: 1 2


RE: wrzucajpliki.pl - mental - 11-22-2022

the dead links in post #1 are still checking correctly as dead, i would need some example live links to test.


RE: wrzucajpliki.pl - Rafx - 11-29-2022

I think it could be because of having premium there, so the link is same, but website is different now. Trying to make custom rule for that. Can I send you source code of the website having premium and not?


RE: wrzucajpliki.pl - mental - 11-30-2022

yes


RE: wrzucajpliki.pl - Rafx - 12-07-2022

(11-30-2022, 01:39 AM)mental Wrote: yes

I changed this in your code, now working for premium account and when not logged in:
Code:
if (GM_getValue("Check_wrzucajpliki_dot_pl_links", false))
{
addFileHost(
"wrzucajpliki\.pl\/\\w+",
'downloadbtn',
'File Not Found',
'optional--',
'optional2--',
"//a[contains(@href,'wrzucajpliki.pl')]"
);



RE: wrzucajpliki.pl - mental - 12-11-2022

I have added your code, it should work now