|
1 | 1 | // ==UserScript== |
2 | | -// @version 2.4.26371.34 |
| 2 | +// @version 2.4.26418.31591 |
3 | 3 | // @author Write |
4 | 4 | // @name OphirofoxScript |
5 | 5 | // @grant GM.getValue |
|
94 | 94 | // @include https://nouveau-europresse-com.ezproxy.univ-perp.fr/* |
95 | 95 | // @include https://nouveau-europresse-com.ezproxy.vetagro-sup.fr/* |
96 | 96 | // @include https://nouveau-europresse-com.ezproxy.utc.fr/* |
| 97 | +// @include https://nouveau-europresse-com.ezproxy.ulb.ac.be/* |
97 | 98 | // @include https://www.lemonde.fr/* |
98 | 99 | // @include https://www.liberation.fr/* |
99 | 100 | // @include https://next.liberation.fr/* |
|
372 | 373 | }, { |
373 | 374 | "name": "Université de Liège", |
374 | 375 | "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" |
375 | 379 | }, { |
376 | 380 | "name": "Université de Lille", |
377 | 381 | "AUTH_URL": "https://ressources-electroniques.univ-lille.fr/login?url=http://nouveau.europresse.com/access/ip/default.aspx?un=TourcoingT_1" |
|
663 | 667 | "https://nouveau-europresse-com.hub.tbs-education.fr/*".includes(hostname) || |
664 | 668 | "https://nouveau-europresse-com.ezproxy.univ-perp.fr/*".includes(hostname) || |
665 | 669 | "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)) { |
667 | 672 |
|
668 | 673 | function removeMarkElements() { |
669 | 674 | // Remove all the <mark> elements, but keep their contents |
|
0 commit comments