|
1 | 1 | // ==UserScript== |
2 | | -// @version 2.6.1014.46 |
| 2 | +// @version 2.6.1016.1447 |
3 | 3 | // @author Write |
4 | 4 | // @name OphirofoxScript |
5 | 5 | // @grant GM.getValue |
|
107 | 107 | // @include https://nouveau-europresse-com.ujm.idm.oclc.org/* |
108 | 108 | // @include https://nouveau-europresse-com.em-lyon.idm.oclc.org/ |
109 | 109 | // @include https://nouveau.europresse.com/access/ip/default.aspx?un=CENTRALENANTEST_1 |
| 110 | +// @include https://nouveau-europresse-com.ehesp.idm.oclc.org/* |
110 | 111 | // @include https://www.lemonde.fr/* |
111 | 112 | // @include https://www.liberation.fr/* |
112 | 113 | // @include https://next.liberation.fr/* |
|
277 | 278 | }, { |
278 | 279 | "name": "École Centrale d'Electronique (ECE)", |
279 | 280 | "AUTH_URL": "https://go.openathens.net/redirector/omneseducation.com?url=https%3A%2F%2Fnouveau.europresse.com%2Faccess%2Fip%2Fdefault.aspx%3Fun%3DU032932T_1" |
| 281 | + }, { |
| 282 | + "name": "École des Hautes Études en Santé Publique (EHESP)", |
| 283 | + "HTTP_REFERER": "https://www.ehesp.fr/", |
| 284 | + "AUTH_URL": "https://login.ehesp.idm.oclc.org/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=U032196T_1" |
280 | 285 | }, { |
281 | 286 | "name": "École normale supérieure de Lyon (ENS Lyon)", |
282 | 287 | "AUTH_URL": "https://acces.bibliotheque-diderot.fr/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=ENSLYONT_1" |
|
576 | 581 | "name": "Université de Toulouse", |
577 | 582 | "AUTH_URL": "https://gorgone.univ-toulouse.fr/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=CAPITOLET_6" |
578 | 583 | }, { |
579 | | - "name": "Institut national polytechnique de Toulouse", |
| 584 | + "name": "Institut national polytechnique de Toulouse et ENVT", |
580 | 585 | "AUTH_URL": "https://gorgone.univ-toulouse.fr/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=CAPITOLET_7" |
581 | 586 | }, { |
582 | 587 | "name": "Institut supérieur de l'aéronautique et de l'espace", |
|
803 | 808 | match(hostname, "http://nouveau.europresse.com.docelec.enssib.fr/access/ip/default.aspx?un=ENSSIBT_1") || |
804 | 809 | match(hostname, "https://nouveau-europresse-com.ujm.idm.oclc.org/*") || |
805 | 810 | match(hostname, "https://nouveau-europresse-com.em-lyon.idm.oclc.org/") || |
806 | | - match(hostname, "https://nouveau.europresse.com/access/ip/default.aspx?un=CENTRALENANTEST_1")) { |
| 811 | + match(hostname, "https://nouveau.europresse.com/access/ip/default.aspx?un=CENTRALENANTEST_1") || |
| 812 | + match(hostname, "https://nouveau-europresse-com.ehesp.idm.oclc.org/*")) { |
807 | 813 |
|
808 | 814 | function removeMarkElements() { |
809 | 815 | // Remove all the <mark> elements, but keep their contents |
|
0 commit comments