This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name McDonald's EE copy nutrition to clipboard | |
| // @namespace havardox | |
| // @version 0.1 | |
| // @description Takes a food item on https://mcdonalds.ee and copies the name, calories, and macros to clipboard for Excel. | |
| // @author Harald Varner | |
| // @match https://mcdonalds.ee/tooted/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=mcdonalds.ee | |
| // @grant GM_setClipboard | |
| // ==/UserScript== |