Skip to content

Instantly share code, notes, and snippets.

@djanatyn
Created June 15, 2022 22:19
Show Gist options
  • Save djanatyn/8b6343b548951b88fb2168994d121f65 to your computer and use it in GitHub Desktop.
Save djanatyn/8b6343b548951b88fb2168994d121f65 to your computer and use it in GitHub Desktop.
idk what start.gg is bookmarklet
javascript:(() => {
var url = document.querySelector('div.sgg3NWWV:nth-child(3) > a:nth-child(1)').href.replace(/(www\.)*start(\.*)gg/g , 'smash$2gg');
window.open(url, '_blank');
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment