Skip to content

Commit ab5b3ab

Browse files
authored
Update ophirofox.user.js
1 parent b359a24 commit ab5b3ab

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

ophirofox.user.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -804,8 +804,10 @@
804804
path.startsWith("/Search/AdvancedMobile") ||
805805
path.startsWith("/Search/Express") ||
806806
path.startsWith("/Search/Simple") ||
807-
path.startsWith("/Search/Result")
808-
)) return;
807+
path.startsWith("/Search/Result") ||
808+
path.startsWith("/Search/ResultMobile") ||
809+
path === "/Pdf"
810+
)) return;
809811

810812
/* Fix une issue avec le proxy BNF qui redirige vers /Pdf */
811813
if (path === '/Pdf' && await hasConsumable()) {
@@ -3797,4 +3799,4 @@
37973799
}
37983800
`);
37993801
}
3800-
})();
3802+
})();

0 commit comments

Comments
 (0)