Last updated: 2 Jun 23 23:20:25 (UTC)
Avoid JS Void
Middle click masterrace.
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/tabs/onUpdated#examples
Updated tab: 507 debugger eval code:2:11 Changed attributes: debugger eval code:3:11 status: "complete" url: "about:blank" New tab Info: debugger eval code:5:11 active: false status: "complete" url: "about:blank" title: "javascript:navigateTo('private.home.more.appointments');" // or: title: "javascript:void(0);"
Updated tab: 507 debugger eval code:2:11
Changed attributes: debugger eval code:3:11
status: "complete"
url: "about:blank"
New tab Info: debugger eval code:5:11
active: false
status: "complete"
url: "about:blank"
title: "javascript:navigateTo('private.home.more.appointments');"
// or: title: "javascript:void(0);"
„fuck javascript:void(0); on my middle click“ notify that you opened an useless tab: notification click: switch to optionally: close it
<!-- test links --> <a href="javascript:navigateTo('private.home.more.appointments');">broneeri eelnevalt aeg</a> <a href = "javascript:void(0);">It will do nothing.</a>
<!-- test links -->
<a href="javascript:navigateTo('private.home.more.appointments');">broneeri eelnevalt aeg</a>
<a href = "javascript:void(0);">It will do nothing.</a>