fix v2links.me

This commit is contained in:
Amm0ni4 2024-07-31 11:20:50 +02:00
parent b033e89aaa
commit 8f964510db
3 changed files with 14 additions and 4 deletions

View file

@ -4,7 +4,7 @@
// @run-at document-start
// @author Amm0ni4
// @noframes
// @version 92.4.1
// @version 92.4.2
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_addStyle

View file

@ -4,7 +4,7 @@
// @run-at document-start
// @author Amm0ni4
// @noframes
// @version 92.4.1
// @version 92.4.2
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_addStyle
@ -2208,7 +2208,12 @@
// 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;
/(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;
// olamovies.rent - https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-9904041

View file

@ -596,7 +596,12 @@
// 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;
/(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;
// olamovies.rent - https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-9904041