javascript:(function() {try {var evt = new CustomEvent(‘kantuRunMacro’, {detail: {name: ‘IN’,from: ‘bookmark’,storageMode: ‘browser’,closeKantu: false}});window.dispatchEvent(evt);} catch (e) {alert('Kantu Bookmarklet error: ’ + e.toString());}})();
I want to take that bookmark thing there, and make like my own html page, coz I use a lot of scripts would like to make it easier to see and make a menu thing with categories etc?
How can I get this to work in html, meaning I click the link and it runs the script associated with the bookmark thing above ?