Added exceptions to medium #137

This commit is contained in:
ManeraKai 2022-03-30 21:28:59 +03:00
parent 82a75b7af1
commit a337301fb0
No known key found for this signature in database
GPG Key ID: 5ABC31FFD562E337
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ function redirect(url, type, initiator) {
if (disable) return;
if (url.pathname == "/") return;
if (url.pathname.startsWith("/tag") || url.pathname.startsWith("/@")) return;
if (type != "main_frame" && "sub_frame" && "xmlhttprequest" && "other") return null;