Skip to content

Commit 530f039

Browse files
author
github-actions
committed
Release from Ophirofox v2.4.26574.13712
1 parent 494e65c commit 530f039

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ophirofox.user.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -805,9 +805,9 @@
805805
path.startsWith("/Search/Express") ||
806806
path.startsWith("/Search/Simple") ||
807807
path.startsWith("/Search/Result") ||
808-
path.startsWith("/Search/ResultMobile") ||
808+
path.startsWith("/Search/ResultMobile") ||
809809
path === "/Pdf"
810-
)) return;
810+
)) return;
811811

812812
/* Fix une issue avec le proxy BNF qui redirige vers /Pdf */
813813
if (path === '/Pdf' && await hasConsumable()) {
@@ -3799,4 +3799,4 @@
37993799
}
38003800
`);
38013801
}
3802-
})();
3802+
})();

0 commit comments

Comments
 (0)