Skip to content

Instantly share code, notes, and snippets.

@phibo23
Created December 29, 2020 22:03
Show Gist options
  • Save phibo23/8afa5e8de3c986b0502c63eea82c937a to your computer and use it in GitHub Desktop.
Save phibo23/8afa5e8de3c986b0502c63eea82c937a to your computer and use it in GitHub Desktop.
rc3.world map bookmarklet
javascript:(function(){ var patharray=location.pathname.split('/');var mapurl='https://raw.githubusercontent.com/MichaelKreil/rc3-map-scraper/master/image/https___' + patharray.slice(-1*(patharray.length-patharray.indexOf('global')-1)).join('_').replaceAll('.','_') + '.png';if(!patharray.includes('lobby')){mapurl=mapurl.replace('rc3_world_','rc3_world__')}window.open(mapurl)})();
@phibo23
Copy link
Author

phibo23 commented Dec 29, 2020

a bookmarklet that opens the corresponding png from https://github.com/MichaelKreil/rc3-map-scraper when you are exploring https://visit.at.rc3.world/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment