2019-02-13 14:20:08 +01:00
|
|
|
// ==UserScript==
|
|
|
|
// @name Cora Drive allergies
|
|
|
|
// @namespace http://amnesix.eu
|
|
|
|
// @description Affiche une alerte lorsqu'un produit contient un des ingrédients interdits
|
|
|
|
// @include https://www.coradrive.fr/*
|
|
|
|
// @include http://www.coradrive.fr/*
|
2019-02-13 14:21:32 +01:00
|
|
|
// @version 1.6
|
2019-02-13 14:20:08 +01:00
|
|
|
// @grant none
|
2019-02-13 14:21:32 +01:00
|
|
|
// @require https://code.amnesix.eu/guillaume/allergies-userscripts/raw/branch/master/Allergies-1.1.js
|
2019-02-13 14:20:08 +01:00
|
|
|
// ==/UserScript==
|
|
|
|
(function() {
|
|
|
|
document.querySelectorAll('.rnd8 .bloc_info h4').forEach(Allergies.process);
|
|
|
|
})();
|