Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ajout Université Paris-Est Créteil #74

Merged
merged 3 commits into from
Aug 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@
]
}
}
}
}