igg-games/bluemediafiles auto continue after wait

skips the waiting time on igg-games/bluemediafiles and continues to the download page

질문, 리뷰하거나, 이 스크립트를 신고하세요.
개발자
Alistair1231
일일 설치수
0
총 설치수
806
평점
2 0 0
버전
0.7.1
생성
2021-04-30
갱신
2024-03-29
Size
2.41KB
라이선스
MIT
동작 사이트
모든 사이트

Waits for cooldown and then clicks the download button. Very basic.
As of v0.7.0 it directly redirects to the target site on load, after igg changed something that broke the old script. This behavior may or may not stay, depending on what igg cooks up next.

You may need to disable your adblock on bluemediafile, the script won't trigger the popups.

As a tip, I use it together with Open selected links by c-yan and Sidebery by mbnuqw, with that I can easily open and then copy all links to add them to JDownloader2! For Chromium based browsers, I use this extension: Open Selected Links and then to copy, I use OneTab

allTheLinks soEasy

If it ever breaks down and I don't notice it in time, check the match entries at the beginning of the script. They keep changing domains and it's a one line fix. Just make sure one of the lines matches the url. Example:
// @match http*://bluemediafile.site/url-generator.php?url=*

I got sick of having to change this. I match all websites now, however in the script I validate that bluemediafile is in the URL and I also match including url-generator(-*).php?url=. So it should only ever run on the pages where it is supposed to.