mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-03-01 21:09:37 +05:00
fix vnshortener
This commit is contained in:
parent
e843bb5ca3
commit
c0983948de
4 changed files with 13 additions and 9 deletions
|
@ -4,7 +4,7 @@
|
||||||
// @run-at document-start
|
// @run-at document-start
|
||||||
// @author Amm0ni4
|
// @author Amm0ni4
|
||||||
// @noframes
|
// @noframes
|
||||||
// @version 94.0.9
|
// @version 94.0.10
|
||||||
// @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 94.0.9
|
// @version 94.0.10
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
// @grant GM_addStyle
|
// @grant GM_addStyle
|
||||||
|
@ -2445,18 +2445,20 @@
|
||||||
clickIfExists('div.code-block:nth-child(4) > center:nth-child(1) > div:nth-child(2) > a:nth-child(1) > button:nth-child(1)');
|
clickIfExists('div.code-block:nth-child(4) > center:nth-child(1) > div:nth-child(2) > a:nth-child(1) > button:nth-child(1)');
|
||||||
}) : null;
|
}) : null;
|
||||||
|
|
||||||
// vnshortener.com - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/110, https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/149
|
// vnshortener.com (pxanimeurdu.com) - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/110, https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/149
|
||||||
/importantclass.com/.test(url) ? afterDOMLoaded(function() {
|
/importantclass.com/.test(url) ? afterDOMLoaded(function() {
|
||||||
window.countdown = 0;
|
window.countdown = 0;
|
||||||
|
showPopup();
|
||||||
clickWithDelay('#my-btn', 3000);
|
clickWithDelay('#my-btn', 3000);
|
||||||
}) : null;
|
}) : null;
|
||||||
/bebkub.com/.test(url) ? afterDOMLoaded(function() {
|
/* /bebkub.com/.test(url) ? afterDOMLoaded(function() {
|
||||||
clickWithDelay('#pro-continue', 1000);
|
clickWithDelay('#pro-continue', 1000);
|
||||||
clickWithDelay('#VerifyBtn', 3000);
|
clickWithDelay('#VerifyBtn', 3000);
|
||||||
clickWithDelay('#pro-btn', 5000);
|
clickWithDelay('#pro-btn', 5000);
|
||||||
}) : null;
|
}) : null; */
|
||||||
/owoanime.com/.test(url) ? afterDOMLoaded(function() {
|
/owoanime.com/.test(url) ? afterDOMLoaded(function() {
|
||||||
window.countdown = 0;
|
window.countdown = 0;
|
||||||
|
showPopup();
|
||||||
clickWithDelay('#pro-continue', 3000);
|
clickWithDelay('#pro-continue', 3000);
|
||||||
clickWithDelay('#pro-btn', 5000);
|
clickWithDelay('#pro-btn', 5000);
|
||||||
}) : null;
|
}) : null;
|
||||||
|
|
|
@ -1189,18 +1189,20 @@
|
||||||
clickIfExists('div.code-block:nth-child(4) > center:nth-child(1) > div:nth-child(2) > a:nth-child(1) > button:nth-child(1)');
|
clickIfExists('div.code-block:nth-child(4) > center:nth-child(1) > div:nth-child(2) > a:nth-child(1) > button:nth-child(1)');
|
||||||
}) : null;
|
}) : null;
|
||||||
|
|
||||||
// vnshortener.com - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/110, https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/149
|
// vnshortener.com (pxanimeurdu.com) - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/110, https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/149
|
||||||
/importantclass.com/.test(url) ? afterDOMLoaded(function() {
|
/importantclass.com/.test(url) ? afterDOMLoaded(function() {
|
||||||
window.countdown = 0;
|
window.countdown = 0;
|
||||||
|
showPopup();
|
||||||
clickWithDelay('#my-btn', 3000);
|
clickWithDelay('#my-btn', 3000);
|
||||||
}) : null;
|
}) : null;
|
||||||
/bebkub.com/.test(url) ? afterDOMLoaded(function() {
|
/* /bebkub.com/.test(url) ? afterDOMLoaded(function() {
|
||||||
clickWithDelay('#pro-continue', 1000);
|
clickWithDelay('#pro-continue', 1000);
|
||||||
clickWithDelay('#VerifyBtn', 3000);
|
clickWithDelay('#VerifyBtn', 3000);
|
||||||
clickWithDelay('#pro-btn', 5000);
|
clickWithDelay('#pro-btn', 5000);
|
||||||
}) : null;
|
}) : null; */
|
||||||
/owoanime.com/.test(url) ? afterDOMLoaded(function() {
|
/owoanime.com/.test(url) ? afterDOMLoaded(function() {
|
||||||
window.countdown = 0;
|
window.countdown = 0;
|
||||||
|
showPopup();
|
||||||
clickWithDelay('#pro-continue', 3000);
|
clickWithDelay('#pro-continue', 3000);
|
||||||
clickWithDelay('#pro-btn', 5000);
|
clickWithDelay('#pro-btn', 5000);
|
||||||
}) : null;
|
}) : null;
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
// @namespace Violentmonkey Scripts
|
// @namespace Violentmonkey Scripts
|
||||||
// @run-at document-start
|
// @run-at document-start
|
||||||
// @author Bloggerpemula
|
// @author Bloggerpemula
|
||||||
// @version 94.0.9
|
// @version 94.0.10
|
||||||
// @match *://*/*
|
// @match *://*/*
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
|
|
Loading…
Reference in a new issue