![]() |
|
fikper.com links - 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: fikper.com links (/showthread.php?tid=535) |
fikper.com links - tgs - 02-17-2023 Can you add this host? Code: https://fikper.com/Uoulnj18yT/Driver_Talent_Pro_8.1.3.14.rar.htmlRE: fikper.com links - mental - 02-18-2023 Sorry i can not get that host to check links RE: fikper.com links - tgs - 02-19-2023 Yeah no problem, the page is binding little late after loading. probably we need to wait till DOM elements appear on page and check it continuously after some interval for it to appear RE: fikper.com links - tgs - 02-22-2023 Found a way to add it, they are using api to load page data using angular. will share code later after adding to WAR
RE: fikper.com links - mental - 02-22-2023 (02-22-2023, 03:32 PM)tgs Wrote: Thanks
RE: fikper.com links - tgs - 02-23-2023 Adding Domain Code: "fikper.com"Api function Code: if (GM_getValue("Check_fikper_dot_com_links", false))Code: function fikperBulkCheck()RE: fikper.com links - mental - 02-24-2023 thanks a lot, ill add it to the script and start testing it. |