File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 11// ==UserScript==
2- // @version 2.4.26471.42509
2+ // @version 2.4.26474.25843
33// @author Write
44// @name OphirofoxScript
55// @grant GM.getValue
9696// @include https://nouveau-europresse-com.ezproxy.utc.fr/*
9797// @include https://nouveau-europresse-com.ezproxy.ulb.ac.be/*
9898// @include https://nouveau-europresse-com.gutenberg.univ-lr.fr/*
99+ // @include https://nouveau-europresse-com.bpi.idm.oclc.org/*
99100// @include https://www.lemonde.fr/*
100101// @include https://www.liberation.fr/*
101102// @include https://next.liberation.fr/*
215216 } , {
216217 "name" : "BNF" ,
217218 "AUTH_URL" : "https://bnf.idm.oclc.org/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=D000067U_1"
219+ } , {
220+ "name" : "Bibliothèque Publique d'Information (BPI)" ,
221+ "AUTH_URL" : "https://bpi.idm.oclc.org/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=pompi"
218222 } , {
219223 "name" : "Centrale Lyon" ,
220224 "AUTH_URL" : "https://ec-lyon.idm.oclc.org/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=LYONT_7"
679683 "https://nouveau-europresse-com.ezproxy.vetagro-sup.fr/*" . includes ( hostname ) ||
680684 "https://nouveau-europresse-com.ezproxy.utc.fr/*" . includes ( hostname ) ||
681685 "https://nouveau-europresse-com.ezproxy.ulb.ac.be/*" . includes ( hostname ) ||
682- "https://nouveau-europresse-com.gutenberg.univ-lr.fr/*" . includes ( hostname ) ) {
686+ "https://nouveau-europresse-com.gutenberg.univ-lr.fr/*" . includes ( hostname ) ||
687+ "https://nouveau-europresse-com.bpi.idm.oclc.org/*" . includes ( hostname ) ) {
683688
684689 function removeMarkElements ( ) {
685690 // Remove all the <mark> elements, but keep their contents
You can’t perform that action at this time.
0 commit comments