mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-28 07:53:01 +05:00
bumped subversion and 2 minor edits to references
This commit is contained in:
parent
f6ec559bca
commit
7ea089901b
4 changed files with 10 additions and 10 deletions
|
@ -3,7 +3,7 @@
|
|||
// @namespace Violentmonkey Scripts
|
||||
// @run-at document-start
|
||||
// @author Bloggerpemula
|
||||
// @version 91.1.7
|
||||
// @version 91.1.8
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -674,7 +674,7 @@
|
|||
// @include /blogging.techworldx.net/
|
||||
// @include /starsddl.me\/short/
|
||||
// @include /tech.unblockedgames.world/
|
||||
// @include /www\.seriezloaded\.com\.ng\/sl-download\/\?link=/
|
||||
// @include /seriezloaded.com.ng\/sl-download\/\?link=/
|
||||
// @include /www.itscybertech.com/
|
||||
// @include /thegadgetking.in/
|
||||
// @exclude /^(https?:\/\/)(.+)?((advertisingexcel|talkforfitness|rsadnetworkinfo|rsinsuranceinfo|rsfinanceinfo|rssoftwareinfo|rshostinginfo|rseducationinfo|gametechreviewer|vegan4k|phineypet|batmanfactor|techedifier|urlhives|linkhives|github|freeoseocheck|greenenez|aliyun|reddit|bing|live|yahoo|wiki-topia|edonmanor|vrtier|whatsapp|gearsadviser|edonmanor|tunebug|menrealitycalc|amazon|ebay|payoneer|paypal|skrill|stripe|tipalti|wise|discord|tokopedia|taobao|aliexpress|(cloud|mail|translate|analytics|accounts|myaccount|contacts|clients6|developers|payments|pay|ogs|safety|wallet).google).com|(thumb8|thumb9|crewbase|crewus|shinchu|shinbhu|ultraten|uniqueten|topcryptoz|allcryptoz|coinsvalue|cookinguide|cryptowidgets|webfreetools|carstopia|makeupguide|carsmania).net|(linksfly|shortsfly|urlsfly|wefly|blog24).me|(greasyfork|openuserjs|adarima|telegram).org|mcrypto.club|misterio.ro|insurancegold.in|coinscap.info|(shopee|lazada|rakuten).*|(dana|ovo).id)(\/.*)/
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
// @namespace Violentmonkey Scripts
|
||||
// @run-at document-start
|
||||
// @author Bloggerpemula
|
||||
// @version 91.1.7
|
||||
// @version 91.1.8
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -674,7 +674,7 @@
|
|||
// @include /blogging.techworldx.net/
|
||||
// @include /starsddl.me\/short/
|
||||
// @include /tech.unblockedgames.world/
|
||||
// @include /www\.seriezloaded\.com\.ng\/sl-download\/\?link=/
|
||||
// @include /seriezloaded.com.ng\/sl-download\/\?link=/
|
||||
// @include /www.itscybertech.com/
|
||||
// @include /thegadgetking.in/
|
||||
// @exclude /^(https?:\/\/)(.+)?((advertisingexcel|talkforfitness|rsadnetworkinfo|rsinsuranceinfo|rsfinanceinfo|rssoftwareinfo|rshostinginfo|rseducationinfo|gametechreviewer|vegan4k|phineypet|batmanfactor|techedifier|urlhives|linkhives|github|freeoseocheck|greenenez|aliyun|reddit|bing|live|yahoo|wiki-topia|edonmanor|vrtier|whatsapp|gearsadviser|edonmanor|tunebug|menrealitycalc|amazon|ebay|payoneer|paypal|skrill|stripe|tipalti|wise|discord|tokopedia|taobao|aliexpress|(cloud|mail|translate|analytics|accounts|myaccount|contacts|clients6|developers|payments|pay|ogs|safety|wallet).google).com|(thumb8|thumb9|crewbase|crewus|shinchu|shinbhu|ultraten|uniqueten|topcryptoz|allcryptoz|coinsvalue|cookinguide|cryptowidgets|webfreetools|carstopia|makeupguide|carsmania).net|(linksfly|shortsfly|urlsfly|wefly|blog24).me|(greasyfork|openuserjs|adarima|telegram).org|mcrypto.club|misterio.ro|insurancegold.in|coinscap.info|(shopee|lazada|rakuten).*|(dana|ovo).id)(\/.*)/
|
||||
|
@ -1828,14 +1828,14 @@
|
|||
// starsddl.me
|
||||
/starsddl.me\/short\/\?anonym=/.test(url) ? redirect(atob(url.split('?anonym=')[1])) : null;
|
||||
|
||||
// https://greasyfork.org/en/scripts/431691-bypass-all-shortlinks/discussions/229509 (targets files in driveleech.org)
|
||||
// uhdmovies.us
|
||||
/tech.unblockedgames.world/.test(url) ? afterDOMLoaded(function() {clickIfExists('span.block > a:nth-child(1)')}) : null;
|
||||
/tech.unblockedgames.world/.test(url) ? afterDOMLoaded(function() {clickIfExists('#verify_button')}) : null;
|
||||
/tech.unblockedgames.world/.test(url) ? afterDOMLoaded(function() {clickIfExists('#verify_button2')}) : null;
|
||||
/tech.unblockedgames.world/.test(url) ? afterDOMLoaded(function() {redirectIfExists('#two_steps_btn')}) : null;
|
||||
|
||||
// seriezloaded.com.ng
|
||||
/www\.seriezloaded\.com\.ng\/sl-download\/\?link=/ .test(url) ? afterDOMLoaded(function() { redirect(document.querySelector('.sl-button').getAttribute('onclick').match(/'(https:\/\/[^']+)'/)[1]) }) : null;
|
||||
/seriezloaded.com.ng\/sl-download\/\?link=/ .test(url) ? afterDOMLoaded(function() { redirect(document.querySelector('.sl-button').getAttribute('onclick').match(/'(https:\/\/[^']+)'/)[1]) }) : null;
|
||||
|
||||
// privatemoviez.baby
|
||||
/www.itscybertech.com/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('a.button')}) : null;
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
// @include /blogging.techworldx.net/
|
||||
// @include /starsddl.me\/short/
|
||||
// @include /tech.unblockedgames.world/
|
||||
// @include /www\.seriezloaded\.com\.ng\/sl-download\/\?link=/
|
||||
// @include /seriezloaded.com.ng\/sl-download\/\?link=/
|
||||
// @include /www.itscybertech.com/
|
||||
// @include /thegadgetking.in/
|
||||
// @run-at document-start
|
||||
|
@ -161,14 +161,14 @@
|
|||
// starsddl.me
|
||||
/starsddl.me\/short\/\?anonym=/.test(url) ? redirect(atob(url.split('?anonym=')[1])) : null;
|
||||
|
||||
// https://greasyfork.org/en/scripts/431691-bypass-all-shortlinks/discussions/229509 (targets files in driveleech.org)
|
||||
// uhdmovies.us
|
||||
/tech.unblockedgames.world/.test(url) ? afterDOMLoaded(function() {clickIfExists('span.block > a:nth-child(1)')}) : null;
|
||||
/tech.unblockedgames.world/.test(url) ? afterDOMLoaded(function() {clickIfExists('#verify_button')}) : null;
|
||||
/tech.unblockedgames.world/.test(url) ? afterDOMLoaded(function() {clickIfExists('#verify_button2')}) : null;
|
||||
/tech.unblockedgames.world/.test(url) ? afterDOMLoaded(function() {redirectIfExists('#two_steps_btn')}) : null;
|
||||
|
||||
// seriezloaded.com.ng
|
||||
/www\.seriezloaded\.com\.ng\/sl-download\/\?link=/ .test(url) ? afterDOMLoaded(function() { redirect(document.querySelector('.sl-button').getAttribute('onclick').match(/'(https:\/\/[^']+)'/)[1]) }) : null;
|
||||
/seriezloaded.com.ng\/sl-download\/\?link=/ .test(url) ? afterDOMLoaded(function() { redirect(document.querySelector('.sl-button').getAttribute('onclick').match(/'(https:\/\/[^']+)'/)[1]) }) : null;
|
||||
|
||||
// privatemoviez.baby
|
||||
/www.itscybertech.com/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('a.button')}) : null;
|
||||
|
|
|
@ -659,6 +659,6 @@ r1.foxylinks.site
|
|||
/blogging.techworldx.net/
|
||||
/starsddl.me\/short/
|
||||
/tech.unblockedgames.world/
|
||||
/www\.seriezloaded\.com\.ng\/sl-download\/\?link=/
|
||||
/seriezloaded.com.ng\/sl-download\/\?link=/
|
||||
/www.itscybertech.com/
|
||||
/thegadgetking.in/
|
||||
|
|
Loading…
Reference in a new issue