add 1 autoclick for file-upload.org

https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/193
This commit is contained in:
Amm0ni4 2025-03-02 23:33:02 +01:00
parent dfc52c44bc
commit 353f666147
5 changed files with 17 additions and 3 deletions

View file

@ -4,7 +4,7 @@
// @run-at document-start
// @author Amm0ni4
// @noframes
// @version 94.0.31
// @version 94.0.32
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_addStyle
@ -675,6 +675,7 @@
// @include /subtituladas.org\/enlace/
// @include /flycutlink.com/
// @include /drop.download/
// @include /file-upload.org/
// @include /^(https?:\/\/)(.+)?((actualpost|americanstylo|beautifulfashionnailart|dadinthemaking|glowandglamcorner|listofthis|lobirtech|travelperi|vepiv|seydisehirmansethaber|turkiyertg|tophotelsukraine|balatroltd|tenorminiuk|icryptowin|chronoat|ecoinfotec|bcsclass|mainitbd|newselab|dizok|uzaay|tophistoryview|9sblog|ubnem|techavash|6harfli|professionaley|playghub|apkvmod|apkallworld|techoflix|toplistee|games2mobile|nivtu|bflig|jplna|bilgilendirici|zoninews|smoplay|m-womenstyle|bnirfinance|fuyde).com|(makego|sakazi|momge|englishgrammarpro|arab-plus).net|askerlikforum.com.tr|misterio.ro|(forp|bevery|fanuze|twogamehup).xyz|gamcabd.org|gamerking.shop)(\/.*)/
// @include /(mega-enlace|acortados).com/
// @include /^https:\/\/(.*\.|)(playonpc.online|quins.us|(tradeshowrating|historyofyesterday|retrotechreborn|insurelean|ecosolardigest|finance240|2wheelslife).com|gally.shop|qanin.xyz|evegor.net)\/.*/

View file

@ -4,7 +4,7 @@
// @run-at document-start
// @author Amm0ni4
// @noframes
// @version 94.0.31
// @version 94.0.32
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_addStyle
@ -675,6 +675,7 @@
// @include /subtituladas.org\/enlace/
// @include /flycutlink.com/
// @include /drop.download/
// @include /file-upload.org/
// @include /^(https?:\/\/)(.+)?((actualpost|americanstylo|beautifulfashionnailart|dadinthemaking|glowandglamcorner|listofthis|lobirtech|travelperi|vepiv|seydisehirmansethaber|turkiyertg|tophotelsukraine|balatroltd|tenorminiuk|icryptowin|chronoat|ecoinfotec|bcsclass|mainitbd|newselab|dizok|uzaay|tophistoryview|9sblog|ubnem|techavash|6harfli|professionaley|playghub|apkvmod|apkallworld|techoflix|toplistee|games2mobile|nivtu|bflig|jplna|bilgilendirici|zoninews|smoplay|m-womenstyle|bnirfinance|fuyde).com|(makego|sakazi|momge|englishgrammarpro|arab-plus).net|askerlikforum.com.tr|misterio.ro|(forp|bevery|fanuze|twogamehup).xyz|gamcabd.org|gamerking.shop)(\/.*)/
// @include /(mega-enlace|acortados).com/
// @include /^https:\/\/(.*\.|)(playonpc.online|quins.us|(tradeshowrating|historyofyesterday|retrotechreborn|insurelean|ecosolardigest|finance240|2wheelslife).com|gally.shop|qanin.xyz|evegor.net)\/.*/
@ -2831,6 +2832,11 @@
clickIfExists('#method_free');
}) : null;
// file-upload.org
/file-upload.org/.test(url) ? afterDOMLoaded(function() {
clickIfExists('.btn.btn-outline-primary.submit-btn.m-2');
}) : null;
// Timer boost list
const urlPatternsForTimerBoost = [
/www.gtaall.com\/get-manual/, // gtaall.com - https://github.com/FastForwardTeam/FastForward/issues/1348

View file

@ -244,6 +244,7 @@
// @include /subtituladas.org\/enlace/
// @include /flycutlink.com/
// @include /drop.download/
// @include /file-upload.org/
// @run-at document-start
// ==/UserScript==
@ -1578,6 +1579,11 @@
clickIfExists('#method_free');
}) : null;
// file-upload.org
/file-upload.org/.test(url) ? afterDOMLoaded(function() {
clickIfExists('.btn.btn-outline-primary.submit-btn.m-2');
}) : null;
// Timer boost list
const urlPatternsForTimerBoost = [
/www.gtaall.com\/get-manual/, // gtaall.com - https://github.com/FastForwardTeam/FastForward/issues/1348

View file

@ -657,6 +657,7 @@ https://paster.so/*
/subtituladas.org\/enlace/
/flycutlink.com/
/drop.download/
/file-upload.org/
/^(https?:\/\/)(.+)?((actualpost|americanstylo|beautifulfashionnailart|dadinthemaking|glowandglamcorner|listofthis|lobirtech|travelperi|vepiv|seydisehirmansethaber|turkiyertg|tophotelsukraine|balatroltd|tenorminiuk|icryptowin|chronoat|ecoinfotec|bcsclass|mainitbd|newselab|dizok|uzaay|tophistoryview|9sblog|ubnem|techavash|6harfli|professionaley|playghub|apkvmod|apkallworld|techoflix|toplistee|games2mobile|nivtu|bflig|jplna|bilgilendirici|zoninews|smoplay|m-womenstyle|bnirfinance|fuyde).com|(makego|sakazi|momge|englishgrammarpro|arab-plus).net|askerlikforum.com.tr|misterio.ro|(forp|bevery|fanuze|twogamehup).xyz|gamcabd.org|gamerking.shop)(\/.*)/
/(mega-enlace|acortados).com/
/^https:\/\/(.*\.|)(playonpc.online|quins.us|(tradeshowrating|historyofyesterday|retrotechreborn|insurelean|ecosolardigest|finance240|2wheelslife).com|gally.shop|qanin.xyz|evegor.net)\/.*/

View file

@ -37,7 +37,7 @@
// @namespace Violentmonkey Scripts
// @run-at document-start
// @author Bloggerpemula
// @version 94.0.31
// @version 94.0.32
// @match *://*/*
// @grant GM_setValue
// @grant GM_getValue