Skip to content

Commit 5289070

Browse files
author
github-actions
committed
Release from Ophirofox v2.4.26319.23484
1 parent e856c3e commit 5289070

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.26202.21213
2+
// @version 2.4.26319.23484
33
// @author Write
44
// @name OphirofoxScript
55
// @grant GM.getValue
@@ -91,6 +91,7 @@
9191
// @include https://nouveau-europresse-com.ezproxy.uphf.fr/*
9292
// @include https://nouveau-europresse-com.rennes-sb.idm.oclc.org/
9393
// @include https://nouveau-europresse-com.hub.tbs-education.fr/
94+
// @include https://nouveau-europresse-com.ezproxy.univ-perp.fr/
9495
// @include https://www.lemonde.fr/*
9596
// @include https://www.liberation.fr/*
9697
// @include https://next.liberation.fr/*
@@ -423,6 +424,9 @@
423424
}, {
424425
"name": "Université Paul-Valéry Montpellier 3",
425426
"AUTH_URL": "https://login.ezpupv.scdi-montpellier.fr/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=MontpellierT_1"
427+
}, {
428+
"name": "Université de Perpignan",
429+
"AUTH_URL": "https://ezproxy.univ-perp.fr/login?url=http://nouveau.europresse.com/access/ip/default.aspx?un=U031536T_1"
426430
}, {
427431
"name": "Université de Picardie Jules Verne",
428432
"AUTH_URL": "https://merlin.u-picardie.fr/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=BUPICARDIET_2"
@@ -642,7 +646,8 @@
642646
"https://nouveau-europresse-com.ezproxy.unilim.fr/*".includes(hostname) ||
643647
"https://nouveau-europresse-com.ezproxy.uphf.fr/*".includes(hostname) ||
644648
"https://nouveau-europresse-com.rennes-sb.idm.oclc.org/".includes(hostname) ||
645-
"https://nouveau-europresse-com.hub.tbs-education.fr/".includes(hostname)) {
649+
"https://nouveau-europresse-com.hub.tbs-education.fr/".includes(hostname) ||
650+
"https://nouveau-europresse-com.ezproxy.univ-perp.fr/".includes(hostname)) {
646651

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

0 commit comments

Comments
 (0)