Skip to content

Instantly share code, notes, and snippets.

@kfatehi
Created December 12, 2022 04:12
Show Gist options
  • Save kfatehi/adee7a5019473f3f07679f21889c9d07 to your computer and use it in GitHub Desktop.
Save kfatehi/adee7a5019473f3f07679f21889c9d07 to your computer and use it in GitHub Desktop.
fix subscribestar urls
document.querySelectorAll('[data-href]').forEach((a)=>{ a.href = a.dataset.href; a.onclick=(e)=>{e.preventDefault(); e.stopPropagation(); window.open(a.href, 'blank')}} )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment