Help With JavaScript Keyboard Maestro Action in Vivaldi

The following Javascript action, a DevonThink bookmarklet to import a web page in Webarchive format into DevonThink, works fine in Chrome but I can't get it to work in Vivaldi.

 javascript:window.location='x-devonthink://createWebArchive?title='+encodeURIComponent(document.title)+'&location='+encodeURIComponent(window.location)+'&referrer='+encodeURIComponent(document.referrer);

There are known problems and solutions converting javascript bookmarklets from Chrome to Vivaldi. The solution is probably on this web site, but too difficult for me to understand.

I was wondering of someone familiar with the subject could help me.

thank you

Make sure you turn on the "Allow JavaScript from Apple Events" in the Privacy tab of Vivaldi's preferences.

1 Like

Works perfectly. You saved the day. Thanks very much !