Skip to content

Commit 1b30e77

Browse files
author
github-actions
committed
Release from Ophirofox v2.6.917.1525
1 parent 61bc2df commit 1b30e77

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.912.1541
2+
// @version 2.6.917.1525
33
// @author Write
44
// @name OphirofoxScript
55
// @grant GM.getValue
@@ -106,6 +106,7 @@
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/*
108108
// @include https://nouveau-europresse-com.em-lyon.idm.oclc.org/
109+
// @include https://nouveau.europresse.com/access/ip/default.aspx?un=CENTRALENANTEST_1
109110
// @include https://www.lemonde.fr/*
110111
// @include https://www.liberation.fr/*
111112
// @include https://next.liberation.fr/*
@@ -270,6 +271,9 @@
270271
}, {
271272
"name": "École Centrale de Lyon (ECL)",
272273
"AUTH_URL": "https://ec-lyon.idm.oclc.org/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=LYONT_7"
274+
}, {
275+
"name": "École Centrale de Nantes",
276+
"AUTH_URL": "https://nouveau.europresse.com/access/ip/default.aspx?un=CENTRALENANTEST_1"
273277
}, {
274278
"name": "École Centrale d'Electronique (ECE)",
275279
"AUTH_URL": "https://go.openathens.net/redirector/omneseducation.com?url=https%3A%2F%2Fnouveau.europresse.com%2Faccess%2Fip%2Fdefault.aspx%3Fun%3DU032932T_1"
@@ -794,7 +798,8 @@
794798
match(hostname, "https://nouveau.europresse.com/access/ip/default.aspx?un=U033137T_1") ||
795799
match(hostname, "http://nouveau.europresse.com.docelec.enssib.fr/access/ip/default.aspx?un=ENSSIBT_1") ||
796800
match(hostname, "https://nouveau-europresse-com.ujm.idm.oclc.org/*") ||
797-
match(hostname, "https://nouveau-europresse-com.em-lyon.idm.oclc.org/")) {
801+
match(hostname, "https://nouveau-europresse-com.em-lyon.idm.oclc.org/") ||
802+
match(hostname, "https://nouveau.europresse.com/access/ip/default.aspx?un=CENTRALENANTEST_1")) {
798803

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

0 commit comments

Comments
 (0)