/speedbump

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

speedbump

Quick project to speedbump URLs I click on through other apps, so that they don't automatically open. I used this OpenIn script to do so:

ctx.url.href =
  "https://speedbump.mikeylab.com/?url=" + encodeURIComponent(ctx.url.href);