I like placing custom tokens on the screen as GM map markers. The markers contain GM notes with links to handouts. For some reason the links don't work and this seems to be a problem that has not been fixed for years. To fix this issue, open your roll20 game, add a bookmark, edit the bookmark and set the URL to: (fixed version) javascript:(function(e){$('body').off('._R20CUSTOM').on('click._R20CUSTOM','a[href]',function(e){let $a=$(this);if($a.closest('.note-editable').length==1){$a.clone().appendTo('body').click().remove();}})})(); Here's a video: <a href="https://youtu.be/l6qBMsxsACo" rel="nofollow">https://youtu.be/l6qBMsxsACo</a> Each time you reload roll20, you need to click this special bookmark to enable the fix. Here's some answers to some questions: A) exactly what procedure you are using (where is the link placed and how is it accessed) including an example of any macro or link to test with. Create a bookmark in your browser like normal. Then edit the bookmark URL and change it to the "javascript:.." contents above. B) What you expect to happen and what is actually happening. Once the bookmarklet is enabled, you can click on links in GM Notes and they will open. C) what is that Javascript supposed to do The javascript detects when you click a link in editable notes fields and opens the link. Normally this does not work when in edit mode. and where are you making the "bookmark" and how are you accessing it. To add a bookmark in chrome, I click the browser menu and click Bookmarks, bookmark this tab. After roll20 is loaded, activate the fix by clicking the special bookmark you created.