mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-29 16:33:02 +05:00
minor fix for rinku
This commit is contained in:
parent
4ecacef7c3
commit
8d68773298
2 changed files with 10 additions and 0 deletions
|
@ -2373,6 +2373,11 @@
|
||||||
redirectIfNotDisabled('a.get-link');
|
redirectIfNotDisabled('a.get-link');
|
||||||
}) : null;
|
}) : null;
|
||||||
|
|
||||||
|
// for rinku.me
|
||||||
|
if (/(actualpost|americanstylo|beautifulfashionnailart|dadinthemaking|glowandglamcorner|listofthis|lobirtech).com/.test(url)) {
|
||||||
|
preventForcedFocusOnWindow();
|
||||||
|
}
|
||||||
|
|
||||||
})();
|
})();
|
||||||
|
|
||||||
(function() {
|
(function() {
|
||||||
|
|
|
@ -881,6 +881,11 @@
|
||||||
redirectIfNotDisabled('a.get-link');
|
redirectIfNotDisabled('a.get-link');
|
||||||
}) : null;
|
}) : null;
|
||||||
|
|
||||||
|
// for rinku.me
|
||||||
|
if (/(actualpost|americanstylo|beautifulfashionnailart|dadinthemaking|glowandglamcorner|listofthis|lobirtech).com/.test(url)) {
|
||||||
|
preventForcedFocusOnWindow();
|
||||||
|
}
|
||||||
|
|
||||||
})();
|
})();
|
||||||
|
|
||||||
(function() {
|
(function() {
|
||||||
|
|
Loading…
Reference in a new issue