您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
waits for cooldown and clicks continue
当前为
Waits for cooldown and then clicks the download button. Very basic.
I'm accepting pull requests: https://github.com/Auncaughbove17/my-userscripts/
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!
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 wanted to simply use @include http*://bluemediafile.tld/url-generator.php?url=*
and @include http*://bluemediafiles.tld/url-generator.php?url=*
. But the glorious Manifest v3 from google, which is ruining Adblock also doesn't allow for @include. This would therefore break compatibility with Chrome, which most people use.
@match is supposed to be safer than @include, but while it allows for *
to match google.com
, it doesn't allow google.*
to match google.com
. So matching ALL WEBSITES is the only option. In the script I validate that bluemediafile is in the URL and I also mathc including url-generator.php?url=
. So it should only ever run on the pages where it is supposed to. If you know a way around this please let me know.
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址