|
1 | 1 | // ==UserScript== |
2 | | -// @version 2.4.26202.21213 |
| 2 | +// @version 2.4.26319.23484 |
3 | 3 | // @author Write |
4 | 4 | // @name OphirofoxScript |
5 | 5 | // @grant GM.getValue |
|
91 | 91 | // @include https://nouveau-europresse-com.ezproxy.uphf.fr/* |
92 | 92 | // @include https://nouveau-europresse-com.rennes-sb.idm.oclc.org/ |
93 | 93 | // @include https://nouveau-europresse-com.hub.tbs-education.fr/ |
| 94 | +// @include https://nouveau-europresse-com.ezproxy.univ-perp.fr/ |
94 | 95 | // @include https://www.lemonde.fr/* |
95 | 96 | // @include https://www.liberation.fr/* |
96 | 97 | // @include https://next.liberation.fr/* |
|
423 | 424 | }, { |
424 | 425 | "name": "Université Paul-Valéry Montpellier 3", |
425 | 426 | "AUTH_URL": "https://login.ezpupv.scdi-montpellier.fr/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=MontpellierT_1" |
| 427 | + }, { |
| 428 | + "name": "Université de Perpignan", |
| 429 | + "AUTH_URL": "https://ezproxy.univ-perp.fr/login?url=http://nouveau.europresse.com/access/ip/default.aspx?un=U031536T_1" |
426 | 430 | }, { |
427 | 431 | "name": "Université de Picardie Jules Verne", |
428 | 432 | "AUTH_URL": "https://merlin.u-picardie.fr/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=BUPICARDIET_2" |
|
642 | 646 | "https://nouveau-europresse-com.ezproxy.unilim.fr/*".includes(hostname) || |
643 | 647 | "https://nouveau-europresse-com.ezproxy.uphf.fr/*".includes(hostname) || |
644 | 648 | "https://nouveau-europresse-com.rennes-sb.idm.oclc.org/".includes(hostname) || |
645 | | - "https://nouveau-europresse-com.hub.tbs-education.fr/".includes(hostname)) { |
| 649 | + "https://nouveau-europresse-com.hub.tbs-education.fr/".includes(hostname) || |
| 650 | + "https://nouveau-europresse-com.ezproxy.univ-perp.fr/".includes(hostname)) { |
646 | 651 |
|
647 | 652 | function removeMarkElements() { |
648 | 653 | // Remove all the <mark> elements, but keep their contents |
|
0 commit comments