mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-29 00:13:02 +05:00
fix v2links.me
This commit is contained in:
parent
b033e89aaa
commit
8f964510db
3 changed files with 14 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
||||||
// @run-at document-start
|
// @run-at document-start
|
||||||
// @author Amm0ni4
|
// @author Amm0ni4
|
||||||
// @noframes
|
// @noframes
|
||||||
// @version 92.4.1
|
// @version 92.4.2
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
// @grant GM_addStyle
|
// @grant GM_addStyle
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
// @run-at document-start
|
// @run-at document-start
|
||||||
// @author Amm0ni4
|
// @author Amm0ni4
|
||||||
// @noframes
|
// @noframes
|
||||||
// @version 92.4.1
|
// @version 92.4.2
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
// @grant GM_addStyle
|
// @grant GM_addStyle
|
||||||
|
@ -2208,7 +2208,12 @@
|
||||||
|
|
||||||
// olamovies.rent - https://v2links.me/q1z4ssolam //add stuff missing from the main script
|
// olamovies.rent - 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;
|
||||||
/(utkarshonlinetest|newsbawa).com/.test(url) ? afterDOMLoaded(function() {clickIfExists('#GetLink')}) : null;
|
/(utkarshonlinetest|newsbawa).com/.test(url) ? afterDOMLoaded(function() {
|
||||||
|
time = 0;
|
||||||
|
clickIfExists('.start_btn');
|
||||||
|
setTimeout(function() {clickIfExists('div.step_box.get_btn div.btn')}, 2000);
|
||||||
|
clickIfExists('a.btn');
|
||||||
|
}) : null;
|
||||||
/wp2host.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('button.btn')}) : null;
|
/wp2host.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('button.btn')}) : null;
|
||||||
|
|
||||||
// olamovies.rent - https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-9904041
|
// olamovies.rent - https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-9904041
|
||||||
|
|
|
@ -596,7 +596,12 @@
|
||||||
|
|
||||||
// olamovies.rent - https://v2links.me/q1z4ssolam //add stuff missing from the main script
|
// olamovies.rent - 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;
|
||||||
/(utkarshonlinetest|newsbawa).com/.test(url) ? afterDOMLoaded(function() {clickIfExists('#GetLink')}) : null;
|
/(utkarshonlinetest|newsbawa).com/.test(url) ? afterDOMLoaded(function() {
|
||||||
|
time = 0;
|
||||||
|
clickIfExists('.start_btn');
|
||||||
|
setTimeout(function() {clickIfExists('div.step_box.get_btn div.btn')}, 2000);
|
||||||
|
clickIfExists('a.btn');
|
||||||
|
}) : null;
|
||||||
/wp2host.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('button.btn')}) : null;
|
/wp2host.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('button.btn')}) : null;
|
||||||
|
|
||||||
// olamovies.rent - https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-9904041
|
// olamovies.rent - https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-9904041
|
||||||
|
|
Loading…
Reference in a new issue