diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 5954a52..a11fcde 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -7,8 +7,6 @@ defaults: jobs: check: - permissions: - pull-requests: write name: web-ext lint and build runs-on: ubuntu-22.04 steps: @@ -25,12 +23,4 @@ jobs: name: ophirofox.zip path: ophirofox/web-ext-artifacts/*.zip if-no-files-found: error - - name: Create or update comment - uses: peter-evans/create-or-update-comment@v3 - with: - comment-id: ${{ steps.fc.outputs.comment-id }} - issue-number: ${{ github.event.pull_request.number }} - body: | - Voilà l'extension à télécharger pour tester: https://github.com/lovasoa/ophirofox/pull/${{ github.event.pull_request.number }}/checks - Cliquez sur "Construction de l'extension" puis sur `ophirofox.zip` - + diff --git a/README.md b/README.md index a53bd5f..d85b189 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ L'extension fonctionne avec les portails universitaires suivants : - [**Europresse Université de Montpellier**](https://ezpum.scdi-montpellier.fr/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=MontpellierT_1) - [**Europresse Université de Grenoble**](https://sid2nomade-2.grenet.fr/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=grenobleT_1) - [**Europresse Université de Haute-Alsace**](https://scd-proxy.uha.fr/login?url=http://nouveau.europresse.com/access/ip/default.aspx?un=ALSACET_1) + - [**Europresse Université Paris Cité**](https://ezproxy.u-paris.fr/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=UNIVPARIS) - [**Europresse Université de Franche-Comté**](http://scd1.univ-fcomte.fr/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=FCOMTET_1) Ou directement via le site Europresse. diff --git a/ophirofox/content_scripts/config.js b/ophirofox/content_scripts/config.js index e822d1b..9963398 100644 --- a/ophirofox/content_scripts/config.js +++ b/ophirofox/content_scripts/config.js @@ -84,6 +84,13 @@ const ophirofox_config_list = [ AUTH_URL: "https://scd-proxy.uha.fr/login?url=http://nouveau.europresse.com/access/ip/default.aspx?un=ALSACET_1", }, + { + name: "Université Paris Cité", + domains:["u-paris.fr"], + LOGIN_URL: "https://ezproxy.u-paris.fr/login", + AUTH_URL: + "https://ezproxy.u-paris.fr/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=UNIVPARIS", + }, { name: "Université de Franche-Comté", domains: ["univ-fcomte.fr"], diff --git a/ophirofox/manifest.json b/ophirofox/manifest.json index 6f911b9..2275f40 100644 --- a/ophirofox/manifest.json +++ b/ophirofox/manifest.json @@ -138,6 +138,7 @@ "https://nouveau-europresse-com.docelec.u-bordeaux.fr/Search/Reading*", "https://nouveau-europresse-com.acces.bibliotheque-diderot.fr/Search/Reading*", "https://nouveau-europresse-com.scd-proxy.uha.fr/Search/Reading*", + "https://nouveau-europresse-com.ezproxy.u-paris.fr/Search/Reading*", "https://nouveau-europresse-com.scd1.univ-fcomte.fr/Search/Reading*" ], "js": [ @@ -159,6 +160,7 @@ "https://nouveau-europresse-com.docelec.u-bordeaux.fr/Login*", "https://nouveau-europresse-com.acces.bibliotheque-diderot.fr/Login*", "https://nouveau-europresse-com.scd-proxy.uha.fr/Login*", + "https://nouveau-europresse-com.ezproxy.u-paris.fr/Login*", "https://nouveau-europresse-com.scd1.univ-fcomte.fr/Login*" ], "js": [ @@ -181,6 +183,7 @@ "https://nouveau-europresse-com.docelec.u-bordeaux.fr/Search/ResultMobile*", "https://nouveau-europresse-com.acces.bibliotheque-diderot.fr/Search/ResultMobile*", "https://nouveau-europresse-com.scd-proxy.uha.fr/Search/ResultMobile*", + "https://nouveau-europresse-com.ezproxy.u-paris.fr/Search/ResultMobile*", "https://nouveau-europresse-com.scd1.univ-fcomte.fr/Search/ResultMobile*" ], "css": [