Skip to content

Commit

Permalink
Release from Ophirofox v2.4.26533.44883
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 6, 2025
1 parent 4e87911 commit b3754e8
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.26527.62968
// @version 2.4.26533.44883
// @author Write
// @name OphirofoxScript
// @grant GM.getValue
Expand Down Expand Up @@ -98,6 +98,7 @@
// @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://nouveau-europresse-com.ezproxy.uclouvain.be/*
// @include https://www.lemonde.fr/*
// @include https://www.liberation.fr/*
// @include https://next.liberation.fr/*
Expand Down Expand Up @@ -537,6 +538,9 @@
}, {
"name": "VetAgro Sup",
"AUTH_URL": "https://ezproxy.vetagro-sup.fr/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=U032869T_1"
}, {
"name": "UCLouvain",
"AUTH_URL": "https://nouveau-europresse-com.proxy.bib.uclouvain.be:2443"
}];

function getOphirofoxConfigByName(search_name) {
Expand Down Expand Up @@ -697,7 +701,8 @@
"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.eztest.biblio.univ-evry.fr/*".includes(hostname)) {
"https://nouveau-europresse-com.eztest.biblio.univ-evry.fr/*".includes(hostname) ||
"https://nouveau-europresse-com.ezproxy.uclouvain.be/*".includes(hostname)) {

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

0 comments on commit b3754e8

Please sign in to comment.