Update dependency URL

master
Guillaume Dott 2019-02-13 14:21:32 +01:00
parent c8696b9bfa
commit 5f7795d971
2 changed files with 4 additions and 4 deletions

View File

@ -4,9 +4,9 @@
// @description Affiche une alerte lorsqu'un produit contient un des ingrédients interdits // @description Affiche une alerte lorsqu'un produit contient un des ingrédients interdits
// @include https://www.coradrive.fr/* // @include https://www.coradrive.fr/*
// @include http://www.coradrive.fr/* // @include http://www.coradrive.fr/*
// @version 1.5 // @version 1.6
// @grant none // @grant none
// @require http://files.amnesix.eu/~guillaume/allergies/Allergies-1.1.js // @require https://code.amnesix.eu/guillaume/allergies-userscripts/raw/branch/master/Allergies-1.1.js
// ==/UserScript== // ==/UserScript==
(function() { (function() {
document.querySelectorAll('.rnd8 .bloc_info h4').forEach(Allergies.process); document.querySelectorAll('.rnd8 .bloc_info h4').forEach(Allergies.process);

View File

@ -4,9 +4,9 @@
// @description Affiche une alerte lorsqu'un produit contient un des ingrédients interdits // @description Affiche une alerte lorsqu'un produit contient un des ingrédients interdits
// @include https://www.coursesu.com/* // @include https://www.coursesu.com/*
// @include http://www.coursesu.com/* // @include http://www.coursesu.com/*
// @version 2.1 // @version 2.2
// @grant none // @grant none
// @require http://files.amnesix.eu/~guillaume/allergies/Allergies-1.1.js // @require https://code.amnesix.eu/guillaume/allergies-userscripts/raw/branch/master/Allergies-1.1.js
// ==/UserScript== // ==/UserScript==
(function() { (function() {
document.querySelectorAll('#listeInfosProduitsZone .infos').forEach(Allergies.process); document.querySelectorAll('#listeInfosProduitsZone .infos').forEach(Allergies.process);