Last active
July 6, 2024 13:50
-
-
Save geekdada/2d757233a220bfdb0b118187e201a0d5 to your computer and use it in GitHub Desktop.
GoodLinks Script
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
(function() { | |
const scheme = 'goodlinks://x-callback-url/save' | |
const search = new URLSearchParams() | |
search.append('url', document.URL) | |
window.open(`${scheme}?${search.toString()}`) | |
})() | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment