Skip to content

Commit 0b75512

Browse files
author
github-actions
committed
Release from Ophirofox v2.4.26336.56903
1 parent dba0e08 commit 0b75512

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.26333.53069
2+
// @version 2.4.26336.56903
33
// @author Write
44
// @name OphirofoxScript
55
// @grant GM.getValue
@@ -92,6 +92,7 @@
9292
// @include https://nouveau-europresse-com.rennes-sb.idm.oclc.org/
9393
// @include https://nouveau-europresse-com.hub.tbs-education.fr/
9494
// @include https://nouveau-europresse-com.ezproxy.univ-perp.fr/
95+
// @include https://nouveau-europresse-com.ezproxy.normandie-univ.fr/Search/Reading
9596
// @include https://www.lemonde.fr/*
9697
// @include https://www.liberation.fr/*
9798
// @include https://next.liberation.fr/*
@@ -454,6 +455,9 @@
454455
}, {
455456
"name": "Université Rennes 2",
456457
"AUTH_URL": "https://distant.bu.univ-rennes2.fr/login?url=http://nouveau.europresse.com/access/ip/default.aspx?un=RENNES22T_1"
458+
}, {
459+
"name": "Université de Rouen Normandie",
460+
"AUTH_URL": "http://ezproxy.normandie-univ.fr/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=U031221T_4"
457461
}, {
458462
"name": "Université Sorbonne Nouvelle Paris 3",
459463
"AUTH_URL": "http://ezproxy.univ-paris3.fr/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=pantheonT_1"
@@ -647,7 +651,8 @@
647651
"https://nouveau-europresse-com.ezproxy.uphf.fr/*".includes(hostname) ||
648652
"https://nouveau-europresse-com.rennes-sb.idm.oclc.org/".includes(hostname) ||
649653
"https://nouveau-europresse-com.hub.tbs-education.fr/".includes(hostname) ||
650-
"https://nouveau-europresse-com.ezproxy.univ-perp.fr/".includes(hostname)) {
654+
"https://nouveau-europresse-com.ezproxy.univ-perp.fr/".includes(hostname) ||
655+
"https://nouveau-europresse-com.ezproxy.normandie-univ.fr/Search/Reading".includes(hostname)) {
651656

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

0 commit comments

Comments
 (0)