mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-29 00:13:02 +05:00
add missing domain for jnovels.com
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/59
This commit is contained in:
parent
ca0d3178bf
commit
5c934505dc
4 changed files with 16 additions and 16 deletions
|
@ -4,7 +4,7 @@
|
||||||
// @run-at document-start
|
// @run-at document-start
|
||||||
// @author Amm0ni4
|
// @author Amm0ni4
|
||||||
// @noframes
|
// @noframes
|
||||||
// @version 92.2.2
|
// @version 92.2.3
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
// @grant GM_addStyle
|
// @grant GM_addStyle
|
||||||
|
@ -717,8 +717,8 @@
|
||||||
// @include /www.4fnet.org\/goto/
|
// @include /www.4fnet.org\/goto/
|
||||||
// @include /(linkmo.net|adpayl.ink)\/[^?]+\?data=.+$/
|
// @include /(linkmo.net|adpayl.ink)\/[^?]+\?data=.+$/
|
||||||
// @include /musicc.xyz/
|
// @include /musicc.xyz/
|
||||||
// @include /(cravesandflames|codesnse).com/
|
// @include /(cravesandflames|codesnse|cloutgist).com/
|
||||||
// @include /go.(cravesandflames|codesnse).com/
|
// @include /go.(cravesandflames|codesnse|cloutgist).com/
|
||||||
// @include /empebau.eu\/s\/linker/
|
// @include /empebau.eu\/s\/linker/
|
||||||
// @include /cpmlink.net\/go/
|
// @include /cpmlink.net\/go/
|
||||||
// @include /10short.com/
|
// @include /10short.com/
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
// @run-at document-start
|
// @run-at document-start
|
||||||
// @author Amm0ni4
|
// @author Amm0ni4
|
||||||
// @noframes
|
// @noframes
|
||||||
// @version 92.2.2
|
// @version 92.2.3
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
// @grant GM_addStyle
|
// @grant GM_addStyle
|
||||||
|
@ -717,8 +717,8 @@
|
||||||
// @include /www.4fnet.org\/goto/
|
// @include /www.4fnet.org\/goto/
|
||||||
// @include /(linkmo.net|adpayl.ink)\/[^?]+\?data=.+$/
|
// @include /(linkmo.net|adpayl.ink)\/[^?]+\?data=.+$/
|
||||||
// @include /musicc.xyz/
|
// @include /musicc.xyz/
|
||||||
// @include /(cravesandflames|codesnse).com/
|
// @include /(cravesandflames|codesnse|cloutgist).com/
|
||||||
// @include /go.(cravesandflames|codesnse).com/
|
// @include /go.(cravesandflames|codesnse|cloutgist).com/
|
||||||
// @include /empebau.eu\/s\/linker/
|
// @include /empebau.eu\/s\/linker/
|
||||||
// @include /cpmlink.net\/go/
|
// @include /cpmlink.net\/go/
|
||||||
// @include /10short.com/
|
// @include /10short.com/
|
||||||
|
@ -2207,9 +2207,9 @@
|
||||||
// musicc.xyz - https://github.com/FastForwardTeam/FastForward/issues/1234 (note: this one is already bypassed by the original script, because it runs on every domain. It was just necessary to let the script run on this domain)
|
// musicc.xyz - https://github.com/FastForwardTeam/FastForward/issues/1234 (note: this one is already bypassed by the original script, because it runs on every domain. It was just necessary to let the script run on this domain)
|
||||||
/musicc.xyz/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('.btn')}) : null;
|
/musicc.xyz/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('.btn')}) : null;
|
||||||
|
|
||||||
// zshort.net, shotzon.com - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/5
|
// zshort.net, shotzon.com - jnovels.com - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/5, https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/59
|
||||||
/(cravesandflames|codesnse).com/.test(url) ? afterDOMLoaded(function() {clickIfExists('button.btn:nth-child(1)')}) : null;
|
/(cravesandflames|codesnse|cloutgist).com/.test(url) ? afterDOMLoaded(function() {clickIfExists('button.btn:nth-child(1)')}) : null;
|
||||||
/go.(cravesandflames|codesnse).com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('.btn')}) : null;
|
/go.(cravesandflames|codesnse|cloutgist).com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;
|
||||||
|
|
||||||
// olamovies.icu - https://v2links.me/q1z4ssolam //add stuff missing from the main script
|
// olamovies.icu - https://v2links.me/q1z4ssolam //add stuff missing from the main script
|
||||||
/v2links.(com|me)/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;
|
/v2links.(com|me)/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;
|
||||||
|
|
|
@ -79,8 +79,8 @@
|
||||||
// @include /www.4fnet.org\/goto/
|
// @include /www.4fnet.org\/goto/
|
||||||
// @include /(linkmo.net|adpayl.ink)\/[^?]+\?data=.+$/
|
// @include /(linkmo.net|adpayl.ink)\/[^?]+\?data=.+$/
|
||||||
// @include /musicc.xyz/
|
// @include /musicc.xyz/
|
||||||
// @include /(cravesandflames|codesnse).com/
|
// @include /(cravesandflames|codesnse|cloutgist).com/
|
||||||
// @include /go.(cravesandflames|codesnse).com/
|
// @include /go.(cravesandflames|codesnse|cloutgist).com/
|
||||||
// @include /empebau.eu\/s\/linker/
|
// @include /empebau.eu\/s\/linker/
|
||||||
// @include /cpmlink.net\/go/
|
// @include /cpmlink.net\/go/
|
||||||
// @include /10short.com/
|
// @include /10short.com/
|
||||||
|
@ -522,9 +522,9 @@
|
||||||
// musicc.xyz - https://github.com/FastForwardTeam/FastForward/issues/1234 (note: this one is already bypassed by the original script, because it runs on every domain. It was just necessary to let the script run on this domain)
|
// musicc.xyz - https://github.com/FastForwardTeam/FastForward/issues/1234 (note: this one is already bypassed by the original script, because it runs on every domain. It was just necessary to let the script run on this domain)
|
||||||
/musicc.xyz/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('.btn')}) : null;
|
/musicc.xyz/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('.btn')}) : null;
|
||||||
|
|
||||||
// zshort.net, shotzon.com - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/5
|
// zshort.net, shotzon.com - jnovels.com - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/5, https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/59
|
||||||
/(cravesandflames|codesnse).com/.test(url) ? afterDOMLoaded(function() {clickIfExists('button.btn:nth-child(1)')}) : null;
|
/(cravesandflames|codesnse|cloutgist).com/.test(url) ? afterDOMLoaded(function() {clickIfExists('button.btn:nth-child(1)')}) : null;
|
||||||
/go.(cravesandflames|codesnse).com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('.btn')}) : null;
|
/go.(cravesandflames|codesnse|cloutgist).com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;
|
||||||
|
|
||||||
// olamovies.icu - https://v2links.me/q1z4ssolam //add stuff missing from the main script
|
// olamovies.icu - https://v2links.me/q1z4ssolam //add stuff missing from the main script
|
||||||
/v2links.(com|me)/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;
|
/v2links.(com|me)/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;
|
||||||
|
|
|
@ -697,8 +697,8 @@ https://paster.so/*
|
||||||
/www.4fnet.org\/goto/
|
/www.4fnet.org\/goto/
|
||||||
/(linkmo.net|adpayl.ink)\/[^?]+\?data=.+$/
|
/(linkmo.net|adpayl.ink)\/[^?]+\?data=.+$/
|
||||||
/musicc.xyz/
|
/musicc.xyz/
|
||||||
/(cravesandflames|codesnse).com/
|
/(cravesandflames|codesnse|cloutgist).com/
|
||||||
/go.(cravesandflames|codesnse).com/
|
/go.(cravesandflames|codesnse|cloutgist).com/
|
||||||
/empebau.eu\/s\/linker/
|
/empebau.eu\/s\/linker/
|
||||||
/cpmlink.net\/go/
|
/cpmlink.net\/go/
|
||||||
/10short.com/
|
/10short.com/
|
||||||
|
|
Loading…
Reference in a new issue