about summary refs log tree commit diff stats
path: root/src/pages/background
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2022-11-12 11:54:34 +0300
committerManeraKai <manerakai@protonmail.com>2022-11-12 11:54:34 +0300
commit72ee64fdb982b30acdbeba0d4e8dad8f7749b5fd (patch)
tree07b82384c25e67072e65d6e00e3e576caeff7edf /src/pages/background
parentfixed medium archive links redirecting https://github.com/libredirect/libredi... (diff)
downloadlibredirect-72ee64fdb982b30acdbeba0d4e8dad8f7749b5fd.zip
Fixed <img> not redirecting https://github.com/libredirect/libredirect/issues/525
Diffstat (limited to 'src/pages/background')
-rw-r--r--src/pages/background/background.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pages/background/background.js b/src/pages/background/background.js
index 71fff06c..3a695048 100644
--- a/src/pages/background/background.js
+++ b/src/pages/background/background.js
@@ -56,7 +56,6 @@ browser.webRequest.onBeforeRequest.addListener(
 		} catch {
 			return null
 		}
-
 		if (tabIdRedirects[details.tabId] == false) return null
 		let newUrl = servicesHelper.redirect(url, details.type, initiator, tabIdRedirects[details.tabId])