Skip to content

Commit a22d16a

Browse files
author
github-actions
committed
Release from Ophirofox v2.4.26474.25843
1 parent 8f5c08e commit a22d16a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

ophirofox.user.js

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ==UserScript==
2-
// @version 2.4.26471.42509
2+
// @version 2.4.26474.25843
33
// @author Write
44
// @name OphirofoxScript
55
// @grant GM.getValue
@@ -96,6 +96,7 @@
9696
// @include https://nouveau-europresse-com.ezproxy.utc.fr/*
9797
// @include https://nouveau-europresse-com.ezproxy.ulb.ac.be/*
9898
// @include https://nouveau-europresse-com.gutenberg.univ-lr.fr/*
99+
// @include https://nouveau-europresse-com.bpi.idm.oclc.org/*
99100
// @include https://www.lemonde.fr/*
100101
// @include https://www.liberation.fr/*
101102
// @include https://next.liberation.fr/*
@@ -215,6 +216,9 @@
215216
}, {
216217
"name": "BNF",
217218
"AUTH_URL": "https://bnf.idm.oclc.org/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=D000067U_1"
219+
}, {
220+
"name": "Bibliothèque Publique d'Information (BPI)",
221+
"AUTH_URL": "https://bpi.idm.oclc.org/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=pompi"
218222
}, {
219223
"name": "Centrale Lyon",
220224
"AUTH_URL": "https://ec-lyon.idm.oclc.org/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=LYONT_7"
@@ -679,7 +683,8 @@
679683
"https://nouveau-europresse-com.ezproxy.vetagro-sup.fr/*".includes(hostname) ||
680684
"https://nouveau-europresse-com.ezproxy.utc.fr/*".includes(hostname) ||
681685
"https://nouveau-europresse-com.ezproxy.ulb.ac.be/*".includes(hostname) ||
682-
"https://nouveau-europresse-com.gutenberg.univ-lr.fr/*".includes(hostname)) {
686+
"https://nouveau-europresse-com.gutenberg.univ-lr.fr/*".includes(hostname) ||
687+
"https://nouveau-europresse-com.bpi.idm.oclc.org/*".includes(hostname)) {
683688

684689
function removeMarkElements() {
685690
// Remove all the <mark> elements, but keep their contents

0 commit comments

Comments
 (0)