diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index a5e69e4..18d4ec7 100644 --- a/Bypass_All_Shortlinks.user.js +++ b/Bypass_All_Shortlinks.user.js @@ -2373,6 +2373,11 @@ redirectIfNotDisabled('a.get-link'); }) : null; + // for rinku.me + if (/(actualpost|americanstylo|beautifulfashionnailart|dadinthemaking|glowandglamcorner|listofthis|lobirtech).com/.test(url)) { + preventForcedFocusOnWindow(); + } + })(); (function() { diff --git a/extra_bypasses/extra_bypasses.user.js b/extra_bypasses/extra_bypasses.user.js index 569557f..6232236 100644 --- a/extra_bypasses/extra_bypasses.user.js +++ b/extra_bypasses/extra_bypasses.user.js @@ -881,6 +881,11 @@ redirectIfNotDisabled('a.get-link'); }) : null; + // for rinku.me + if (/(actualpost|americanstylo|beautifulfashionnailart|dadinthemaking|glowandglamcorner|listofthis|lobirtech).com/.test(url)) { + preventForcedFocusOnWindow(); + } + })(); (function() {