Update dependency URL
parent
c8696b9bfa
commit
5f7795d971
|
@ -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);
|
||||||
|
|
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue