mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-28 16:03:01 +05:00
add note to last commit
This commit is contained in:
parent
69dad55ea8
commit
a993b28993
2 changed files with 2 additions and 2 deletions
|
@ -2243,7 +2243,7 @@
|
|||
/v2links.(com|me)/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;
|
||||
/(utkarshonlinetest|newsbawa).com/.test(url) ? afterDOMLoaded(function() {clickIfExists('#GetLink')}) : null;
|
||||
|
||||
// olamovies.rent
|
||||
// olamovies.rent - https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-9904041
|
||||
/ielts-isa.edu.vn/.test(url) ? afterDOMLoaded(function() {
|
||||
clickIfExists('#monetiza');
|
||||
clickIfExists('button.yu-btn:nth-child(1)');
|
||||
|
|
|
@ -560,7 +560,7 @@
|
|||
/v2links.(com|me)/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;
|
||||
/(utkarshonlinetest|newsbawa).com/.test(url) ? afterDOMLoaded(function() {clickIfExists('#GetLink')}) : null;
|
||||
|
||||
// olamovies.rent
|
||||
// olamovies.rent - https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-9904041
|
||||
/ielts-isa.edu.vn/.test(url) ? afterDOMLoaded(function() {
|
||||
clickIfExists('#monetiza');
|
||||
clickIfExists('button.yu-btn:nth-child(1)');
|
||||
|
|
Loading…
Reference in a new issue