From 8d687732981035acbde77bff0eaf7dcf7c56a467 Mon Sep 17 00:00:00 2001 From: Amm0ni4 Date: Sat, 5 Oct 2024 21:05:49 +0200 Subject: [PATCH] minor fix for rinku --- Bypass_All_Shortlinks.user.js | 5 +++++ extra_bypasses/extra_bypasses.user.js | 5 +++++ 2 files changed, 10 insertions(+) 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() {