Skip to content

Commit 611d36a

Browse files
committed
[userscript] nourishd-meal-highlighter: update mealsToHighlight / mealsToIgnore
1 parent e0843d6 commit 611d36a

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

userscripts/nourishd-meal-highlighter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// @supportURL https://github.com/0xdevalias/userscripts/issues
1010
// @downloadURL https://github.com/0xdevalias/userscripts/raw/main/userscripts/nourishd-meal-highlighter/nourishd-meal-highlighter.user.js
1111
// @namespace https://www.devalias.net/
12-
// @version 0.1.5
12+
// @version 0.1.6
1313
// @match https://nourishd.com.au/menu
1414
// @grant none
1515
// ==/UserScript==

userscripts/nourishd-meal-highlighter/nourishd-meal-highlighter.user.js

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// @supportURL https://github.com/0xdevalias/userscripts/issues
77
// @downloadURL https://github.com/0xdevalias/userscripts/raw/main/userscripts/nourishd-meal-highlighter/nourishd-meal-highlighter.user.js
88
// @namespace https://www.devalias.net/
9-
// @version 0.1.5
9+
// @version 0.1.6
1010
// @match https://nourishd.com.au/menu
1111
// @grant none
1212
// ==/UserScript==
@@ -43,12 +43,9 @@
4343
"Remedy Kombucha - Passionfruit",
4444
"Remedy Kombucha - Raspberry Lemonade",
4545
// Maybe's
46-
"Berry Ripe Raw Slice",
4746
"Chocolate Protein Balls",
48-
"Keto Chocolate Slice",
4947
"Paleo Fuel Muesli (750g)",
5048
"Sticky Date Pudding (2 Serves)",
51-
"Tessero Rocher Slice",
5249
];
5350

5451
const mealsToHighlight = [
@@ -69,7 +66,8 @@
6966
"Savoury Mince With Baba Ganoush",
7067
"Singapore Noodles",
7168
"Slow Cooked Beef Stew",
72-
"Sweet Potato Spaghetti Bolognese",
69+
"Spaghetti Bolognese",
70+
"TWØBAYS Brisket and Ale Stew",
7371
// Maybe's
7472
"Texas Brisket Chilli",
7573
"Thai Green Curry",
@@ -91,6 +89,10 @@
9189
"Funday Sweets - Raspberry Flavoured Gummy Frogs",
9290
"Funday Sweets - Sour Peach Hearts",
9391
"Gevity Rx Sweet Guts™ Salted Caramel Chocolate",
92+
"Bounty Slice",
93+
"Berry Ripe Raw Slice",
94+
"Keto Chocolate Slice",
95+
"Tessero Rocher Slice",
9496
];
9597

9698
const mealsToIgnore = [

0 commit comments

Comments
 (0)