Created
December 12, 2022 04:12
-
-
Save kfatehi/adee7a5019473f3f07679f21889c9d07 to your computer and use it in GitHub Desktop.
fix subscribestar urls
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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