Skip to content

Commit aa4c487

Browse files
author
github-actions
committed
Release from Ophirofox v2.4.26418.31591
1 parent bd8d6a8 commit aa4c487

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.26371.34
2+
// @version 2.4.26418.31591
33
// @author Write
44
// @name OphirofoxScript
55
// @grant GM.getValue
@@ -94,6 +94,7 @@
9494
// @include https://nouveau-europresse-com.ezproxy.univ-perp.fr/*
9595
// @include https://nouveau-europresse-com.ezproxy.vetagro-sup.fr/*
9696
// @include https://nouveau-europresse-com.ezproxy.utc.fr/*
97+
// @include https://nouveau-europresse-com.ezproxy.ulb.ac.be/*
9798
// @include https://www.lemonde.fr/*
9899
// @include https://www.liberation.fr/*
99100
// @include https://next.liberation.fr/*
@@ -372,6 +373,9 @@
372373
}, {
373374
"name": "Université de Liège",
374375
"AUTH_URL": "https://nouveau.europresse.com/access/ip/default.aspx?un=U031558T_1"
376+
}, {
377+
"name": "Université Libre de Bruxelles",
378+
"AUTH_URL": "http://nouveau.europresse.com.ezproxy.ulb.ac.be/access/ip/default.aspx?un=LIBRET_1"
375379
}, {
376380
"name": "Université de Lille",
377381
"AUTH_URL": "https://ressources-electroniques.univ-lille.fr/login?url=http://nouveau.europresse.com/access/ip/default.aspx?un=TourcoingT_1"
@@ -663,7 +667,8 @@
663667
"https://nouveau-europresse-com.hub.tbs-education.fr/*".includes(hostname) ||
664668
"https://nouveau-europresse-com.ezproxy.univ-perp.fr/*".includes(hostname) ||
665669
"https://nouveau-europresse-com.ezproxy.vetagro-sup.fr/*".includes(hostname) ||
666-
"https://nouveau-europresse-com.ezproxy.utc.fr/*".includes(hostname)) {
670+
"https://nouveau-europresse-com.ezproxy.utc.fr/*".includes(hostname) ||
671+
"https://nouveau-europresse-com.ezproxy.ulb.ac.be/*".includes(hostname)) {
667672

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

0 commit comments

Comments
 (0)