Skip to content

Commit

Permalink
Ajout Université Paris-Est Créteil (#74)
Browse files Browse the repository at this point in the history
* Ajout Université Paris-Est Créteil

Update manifest.json

* format

* readme

---------

Co-authored-by: lovasoa <[email protected]>
  • Loading branch information
bouchereaua and lovasoa authored Aug 25, 2023
1 parent a650b7a commit 31acaf8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ L'extension fonctionne avec les portails universitaires suivants :
- [**Europresse INSA Lyon**](https://docelec.insa-lyon.fr/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=INSAT_3)
- [**Europresse Université Côte d'Azur**](http://proxy.unice.fr/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=U032557T_1)
- [**Europresse Université Paris 1 Panthéon-Sorbonne**](http://ezpaarse.univ-paris1.fr/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=SORBONNET_1),
- [**Europresse Université Paris-Est Créteil**](https://ezproxy.u-pec.fr/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=D000030T_4)
- [**Europresse Université Paris Cité**](https://ezproxy.u-paris.fr/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=UNIVPARIS)
- [**Europresse Université Paris-Saclay**](https://ezproxy.universite-paris-saclay.fr/login?url=http://nouveau.europresse.com/access/ip/default.aspx?un=U031535T_9),
- [**Europresse Université Paul-Valery Montpellier 3**](https://ezpupv.scdi-montpellier.fr/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=MontpellierT_1)
Expand Down
25 changes: 15 additions & 10 deletions ophirofox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
"content_scripts/lavdn.css"
]
},
{
{
"matches": [
"https://www.ouest-france.fr/*"
],
Expand All @@ -186,7 +186,7 @@
"content_scripts/ouestfrance.css"
]
},
{
{
"matches": [
"https://www.sudouest.fr/*"
],
Expand All @@ -198,7 +198,7 @@
"content_scripts/sudouest.css"
]
},
{
{
"matches": [
"https://www.laprovence.com/*"
],
Expand All @@ -210,7 +210,7 @@
"content_scripts/la-provence.css"
]
},
{
{
"matches": [
"https://www.ladepeche.fr/*"
],
Expand All @@ -222,7 +222,7 @@
"content_scripts/la-depeche.css"
]
},
{
{
"matches": [
"https://www.leparisien.fr/*"
],
Expand All @@ -246,7 +246,7 @@
"https://nouveau-europresse-com.docelec.insa-lyon.fr/*",
"https://nouveau-europresse-com.bnf.idm.oclc.org/*",
"https://nouveau-europresse-com.docelec.univ-lyon1.fr/*",
"https://nouveau-europresse-com.ezpum.scdi-montpellier.fr/*",
"https://nouveau-europresse-com.ezpum.scdi-montpellier.fr/*",
"https://nouveau-europresse-com.ezpupv.scdi-montpellier.fr/*",
"https://nouveau-europresse-com.sid2nomade-2.grenet.fr/*",
"https://nouveau-europresse-com.ezproxy.u-bordeaux-montaigne.fr/*",
Expand All @@ -267,7 +267,8 @@
"https://nouveau-europresse-com.ressources.univ-poitiers.fr/*",
"https://nouveau-europresse-com.bibelec.univ-lyon2.fr/*",
"https://nouveau-europresse-com.gorgone.univ-toulouse.fr/*",
"https://nouveau-europresse-com.ezscd.univ-lyon3.fr/*"
"https://nouveau-europresse-com.ezscd.univ-lyon3.fr/*",
"https://nouveau-europresse-com.ezproxy.u-pec.fr/*"
],
"css": [
"content_scripts/europresse_article.css"
Expand Down Expand Up @@ -353,7 +354,7 @@
"name": "Université de Haute-Alsace",
"AUTH_URL": "https://scd-proxy.uha.fr/login?url=http://nouveau.europresse.com/access/ip/default.aspx?un=ALSACET_1"
},
{
{
"name": "Université Jean Moulin Lyon 3",
"AUTH_URL": "http://ezscd.univ-lyon3.fr/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=MOULINT_1"
},
Expand Down Expand Up @@ -381,11 +382,15 @@
"name": "Université Paris Cité",
"AUTH_URL": "https://ezproxy.u-paris.fr/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=UNIVPARIS"
},
{
"name": "Université Paris-Est Créteil",
"AUTH_URL": "https://ezproxy.u-pec.fr/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=D000030T_4"
},
{
"name": "Université Paris-Saclay",
"AUTH_URL": "https://ezproxy.universite-paris-saclay.fr/login?url=http://nouveau.europresse.com/access/ip/default.aspx?un=U031535T_9"
},
{
{
"name": "Université Paul-Valéry Montpellier 3",
"AUTH_URL": "https://login.ezpupv.scdi-montpellier.fr/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=MontpellierT_1"
},
Expand Down Expand Up @@ -416,4 +421,4 @@
]
}
}
}
}

0 comments on commit 31acaf8

Please sign in to comment.