Skip to content

Commit

Permalink
Release from Ophirofox v2.4.26521.55204
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 29, 2025
1 parent d97d921 commit e99c6ef
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions ophirofox.user.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ==UserScript==
// @version 2.4.26520.18239
// @version 2.4.26521.55204
// @author Write
// @name OphirofoxScript
// @grant GM.getValue
Expand Down Expand Up @@ -97,6 +97,7 @@
// @include https://nouveau-europresse-com.ezproxy.ulb.ac.be/*
// @include https://nouveau-europresse-com.gutenberg.univ-lr.fr/*
// @include https://nouveau-europresse-com.bpi.idm.oclc.org/*
// @include https://nouveau-europresse-com.eztest.biblio.univ-evry.fr/*
// @include https://www.lemonde.fr/*
// @include https://www.liberation.fr/*
// @include https://next.liberation.fr/*
Expand Down Expand Up @@ -443,6 +444,9 @@
}, {
"name": "Université Paris-Saclay",
"AUTH_URL": "https://ezproxy.universite-paris-saclay.fr/login?url=http://nouveau.europresse.com/access/ip/default.aspx?un=U031535T_9"
}, {
"name": "Université Paris-Saclay (etu)",
"AUTH_URL": "https://eztest.biblio.univ-evry.fr/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=U031535T_9"
}, {
"name": "Université Paul Sabatier, Toulouse III",
"AUTH_URL": "https://docadis.univ-tlse3.fr/https/nouveau.europresse.com/access/ip/default.aspx?un=CAPITOLET_6"
Expand Down Expand Up @@ -689,7 +693,8 @@
"https://nouveau-europresse-com.ezproxy.utc.fr/*".includes(hostname) ||
"https://nouveau-europresse-com.ezproxy.ulb.ac.be/*".includes(hostname) ||
"https://nouveau-europresse-com.gutenberg.univ-lr.fr/*".includes(hostname) ||
"https://nouveau-europresse-com.bpi.idm.oclc.org/*".includes(hostname)) {
"https://nouveau-europresse-com.bpi.idm.oclc.org/*".includes(hostname) ||
"https://nouveau-europresse-com.eztest.biblio.univ-evry.fr/*".includes(hostname)) {

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

0 comments on commit e99c6ef

Please sign in to comment.