Skip to content

Commit 95de18e

Browse files
author
github-actions
committed
Release from Ophirofox v2.4.26183.47052
1 parent 8f70fab commit 95de18e

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.26154.18908
2+
// @version 2.4.26183.47052
33
// @author Write
44
// @name OphirofoxScript
55
// @grant GM.getValue
@@ -90,6 +90,7 @@
9090
// @include https://nouveau-europresse-com.ezproxy.unilim.fr/*
9191
// @include https://nouveau-europresse-com.ezproxy.uphf.fr/*
9292
// @include https://nouveau-europresse-com.rennes-sb.idm.oclc.org/
93+
// @include https://nouveau-europresse-com.hub.tbs-education.fr/
9394
// @include https://www.lemonde.fr/*
9495
// @include https://www.liberation.fr/*
9596
// @include https://next.liberation.fr/*
@@ -481,6 +482,9 @@
481482
}, {
482483
"name": "University of Cambridge",
483484
"AUTH_URL": "https://ezp.lib.cam.ac.uk/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=U031883T_1"
485+
}, {
486+
"name": "TBS Education",
487+
"AUTH_URL": "http://hub.tbs-education.fr/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=CAPITOLET_11ip"
484488
}];
485489

486490
function getOphirofoxConfigByName(search_name) {
@@ -633,7 +637,8 @@
633637
"https://nouveau-europresse-com.univ-eiffel.idm.oclc.org/".includes(hostname) ||
634638
"https://nouveau-europresse-com.ezproxy.unilim.fr/*".includes(hostname) ||
635639
"https://nouveau-europresse-com.ezproxy.uphf.fr/*".includes(hostname) ||
636-
"https://nouveau-europresse-com.rennes-sb.idm.oclc.org/".includes(hostname)) {
640+
"https://nouveau-europresse-com.rennes-sb.idm.oclc.org/".includes(hostname) ||
641+
"https://nouveau-europresse-com.hub.tbs-education.fr/".includes(hostname)) {
637642

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

0 commit comments

Comments
 (0)