|
1 | 1 | // ==UserScript== |
2 | | -// @version 2.4.26333.53069 |
| 2 | +// @version 2.4.26336.56903 |
3 | 3 | // @author Write |
4 | 4 | // @name OphirofoxScript |
5 | 5 | // @grant GM.getValue |
|
92 | 92 | // @include https://nouveau-europresse-com.rennes-sb.idm.oclc.org/ |
93 | 93 | // @include https://nouveau-europresse-com.hub.tbs-education.fr/ |
94 | 94 | // @include https://nouveau-europresse-com.ezproxy.univ-perp.fr/ |
| 95 | +// @include https://nouveau-europresse-com.ezproxy.normandie-univ.fr/Search/Reading |
95 | 96 | // @include https://www.lemonde.fr/* |
96 | 97 | // @include https://www.liberation.fr/* |
97 | 98 | // @include https://next.liberation.fr/* |
|
454 | 455 | }, { |
455 | 456 | "name": "Université Rennes 2", |
456 | 457 | "AUTH_URL": "https://distant.bu.univ-rennes2.fr/login?url=http://nouveau.europresse.com/access/ip/default.aspx?un=RENNES22T_1" |
| 458 | + }, { |
| 459 | + "name": "Université de Rouen Normandie", |
| 460 | + "AUTH_URL": "http://ezproxy.normandie-univ.fr/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=U031221T_4" |
457 | 461 | }, { |
458 | 462 | "name": "Université Sorbonne Nouvelle Paris 3", |
459 | 463 | "AUTH_URL": "http://ezproxy.univ-paris3.fr/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=pantheonT_1" |
|
647 | 651 | "https://nouveau-europresse-com.ezproxy.uphf.fr/*".includes(hostname) || |
648 | 652 | "https://nouveau-europresse-com.rennes-sb.idm.oclc.org/".includes(hostname) || |
649 | 653 | "https://nouveau-europresse-com.hub.tbs-education.fr/".includes(hostname) || |
650 | | - "https://nouveau-europresse-com.ezproxy.univ-perp.fr/".includes(hostname)) { |
| 654 | + "https://nouveau-europresse-com.ezproxy.univ-perp.fr/".includes(hostname) || |
| 655 | + "https://nouveau-europresse-com.ezproxy.normandie-univ.fr/Search/Reading".includes(hostname)) { |
651 | 656 |
|
652 | 657 | function removeMarkElements() { |
653 | 658 | // Remove all the <mark> elements, but keep their contents |
|
0 commit comments