Created
February 19, 2022 03:25
-
-
Save Stvad/5e32ef76a85b963c95b8da40f075ae40 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| mapkey('sb', 'Backlink search', () => { | |
| const query = `"${window.location.hostname}${window.location.pathname}"` | |
| tabOpenLink(constructSearchURL("https://www.google.com/search?q=", encodeURIComponent(query))); | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment