Skip to content

Commit ce84034

Browse files
author
github-actions
committed
Release from Ophirofox v2.6.98.937
1 parent 3c51a67 commit ce84034

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.6.92.204
2+
// @version 2.6.98.937
33
// @author Write
44
// @name OphirofoxScript
55
// @grant GM.getValue
@@ -105,6 +105,7 @@
105105
// @include https://nouveau.europresse.com/access/ip/default.aspx?un=U033137T_1
106106
// @include http://nouveau.europresse.com.docelec.enssib.fr/access/ip/default.aspx?un=ENSSIBT_1
107107
// @include https://nouveau-europresse-com.ujm.idm.oclc.org/*
108+
// @include https://nouveau-europresse-com.em-lyon.idm.oclc.org/
108109
// @include https://www.lemonde.fr/*
109110
// @include https://www.liberation.fr/*
110111
// @include https://next.liberation.fr/*
@@ -286,6 +287,9 @@
286287
}, {
287288
"name": "Conservatoire national des arts et métiers",
288289
"AUTH_URL": "https://proxybib-pp.cnam.fr/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=CNAM"
290+
}, {
291+
"name": "EM Lyon",
292+
"AUTH_URL": "https://em-lyon.idm.oclc.org/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=EMLYONT_1"
289293
}, {
290294
"name": "ENSAM",
291295
"AUTH_URL": "https://rp1.ensam.eu/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=AML"
@@ -788,7 +792,8 @@
788792
match(hostname, "https://nouveau-europresse-com.eu1.proxy.openathens.net/*") ||
789793
match(hostname, "https://nouveau.europresse.com/access/ip/default.aspx?un=U033137T_1") ||
790794
match(hostname, "http://nouveau.europresse.com.docelec.enssib.fr/access/ip/default.aspx?un=ENSSIBT_1") ||
791-
match(hostname, "https://nouveau-europresse-com.ujm.idm.oclc.org/*")) {
795+
match(hostname, "https://nouveau-europresse-com.ujm.idm.oclc.org/*") ||
796+
match(hostname, "https://nouveau-europresse-com.em-lyon.idm.oclc.org/")) {
792797

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

0 commit comments

Comments
 (0)