Skip to content

Commit 9e5c3ec

Browse files
author
github-actions
committed
Release from Ophirofox v2.5.250407.2359
1 parent 1f8b08a commit 9e5c3ec

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

ophirofox.user.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ==UserScript==
2-
// @version 2.5.250407.2020
2+
// @version 2.5.250407.2359
33
// @author Write
44
// @name OphirofoxScript
55
// @grant GM.getValue
@@ -100,6 +100,7 @@
100100
// @include https://nouveau-europresse-com.eztest.biblio.univ-evry.fr/*
101101
// @include https://nouveau-europresse-com.ezproxy.uclouvain.be/*
102102
// @include https://nouveau-europresse-com.iepnomade-2.grenet.fr/*
103+
// @include https://nouveau-europresse-com.bsg-ezproxy.univ-paris3.fr/*
103104
// @include https://nouveau-europresse-com.eu1.proxy.openathens.net/*
104105
// @include https://www.lemonde.fr/*
105106
// @include https://www.liberation.fr/*
@@ -243,6 +244,9 @@
243244
}, {
244245
"name": "Bibliothèque Publique d'Information (BPI)",
245246
"AUTH_URL": "https://bpi.idm.oclc.org/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=pompi"
247+
}, {
248+
"name": "Bibliothèque Sainte-Geneviève (BSG)",
249+
"AUTH_URL": "http://bsg-ezproxy.univ-paris3.fr/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=pantheonT_1"
246250
}, {
247251
"name": "Centrale Lyon",
248252
"AUTH_URL": "https://ec-lyon.idm.oclc.org/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=LYONT_7"
@@ -759,6 +763,7 @@
759763
match(hostname, "https://nouveau-europresse-com.eztest.biblio.univ-evry.fr/*") ||
760764
match(hostname, "https://nouveau-europresse-com.ezproxy.uclouvain.be/*") ||
761765
match(hostname, "https://nouveau-europresse-com.iepnomade-2.grenet.fr/*") ||
766+
match(hostname, "https://nouveau-europresse-com.bsg-ezproxy.univ-paris3.fr/*") ||
762767
match(hostname, "https://nouveau-europresse-com.eu1.proxy.openathens.net/*")) {
763768

764769
function removeMarkElements() {

0 commit comments

Comments
 (0)