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.26154.18908
2+ // @version 2.4.26183.47052
33// @author Write
44// @name OphirofoxScript
55// @grant GM.getValue
9090// @include https://nouveau-europresse-com.ezproxy.unilim.fr/*
9191// @include https://nouveau-europresse-com.ezproxy.uphf.fr/*
9292// @include https://nouveau-europresse-com.rennes-sb.idm.oclc.org/
93+ // @include https://nouveau-europresse-com.hub.tbs-education.fr/
9394// @include https://www.lemonde.fr/*
9495// @include https://www.liberation.fr/*
9596// @include https://next.liberation.fr/*
481482 } , {
482483 "name" : "University of Cambridge" ,
483484 "AUTH_URL" : "https://ezp.lib.cam.ac.uk/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=U031883T_1"
485+ } , {
486+ "name" : "TBS Education" ,
487+ "AUTH_URL" : "http://hub.tbs-education.fr/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=CAPITOLET_11ip"
484488 } ] ;
485489
486490 function getOphirofoxConfigByName ( search_name ) {
633637 "https://nouveau-europresse-com.univ-eiffel.idm.oclc.org/" . includes ( hostname ) ||
634638 "https://nouveau-europresse-com.ezproxy.unilim.fr/*" . includes ( hostname ) ||
635639 "https://nouveau-europresse-com.ezproxy.uphf.fr/*" . includes ( hostname ) ||
636- "https://nouveau-europresse-com.rennes-sb.idm.oclc.org/" . includes ( hostname ) ) {
640+ "https://nouveau-europresse-com.rennes-sb.idm.oclc.org/" . includes ( hostname ) ||
641+ "https://nouveau-europresse-com.hub.tbs-education.fr/" . includes ( hostname ) ) {
637642
638643 function removeMarkElements ( ) {
639644 // Remove all the <mark> elements, but keep their contents
You can’t perform that action at this time.
0 commit comments