From eb4e1af399f0dc49232a2198e5c42ba130ebc5fb Mon Sep 17 00:00:00 2001 From: Ilja Date: Tue, 2 Dec 2025 14:40:12 +0100 Subject: [PATCH] Update mealiecompute.js --- mealiecompute.js | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/mealiecompute.js b/mealiecompute.js index 7e66711..3f67a38 100644 --- a/mealiecompute.js +++ b/mealiecompute.js @@ -10,7 +10,6 @@ // @icon https://www.google.com/s2/favicons?sz=64&domain=tampermonkey.net // @grant none // ==/UserScript== -console.log("hello"); window.onload = function() { if (window.jQuery) { console.log("jQuery loaded"); @@ -54,24 +53,4 @@ $(document) $(this).parent().parent().parent().parent().parent().after('
' + sum + '
'); })); - }); -/* -$(document) - .ready(function() { - - $('body').on('click', 'div > div.v-card[aria-haspopup="menu"]', (function(e) { - - console.log('clicked'); - - - $('body').on('change', 'input.v-field__input[min="0"][type="number"]', (function(e) { - var sum = 0; - summyshizzle(sum); - - })); - })); - }); - */ - -console.log('done'); -console.log(document.readyState); \ No newline at end of file + }); \ No newline at end of file