Skip to content

ndirmn3/HackGuessr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

14 Commits
ย 
ย 
ย 
ย 

Repository files navigation

HackGuessr - A WorldGuessr Bookmarklet Tool

HackGuessr is a JavaScript bookmarklet designed for WorldGuessr (a free alternative to GeoGuessr). It allows users to easily locate their position on the map in a WorldGuessr game by interacting with a pop-up map while providing helpful controls for zooming, panning, and viewing coordinates.

YOU NEED TO BE LOGGED IN AND ON THE HOME SCREEN OF WORLDGUESSR TO RUN THE CODE

What is a Bookmarklet?

A bookmarklet is a bookmark that contains JavaScript code rather than a URL. This allows users to run a script directly from their bookmarks bar, adding useful functionalities to websites like WorldGuessr.

Controls:

    To reset the map, press "R" or click the "Reload" button.
    To hide the popup, press "X" or click the "โŒ" button.
    To unhide the popup, press "X" or right-click the "๐Ÿ“Œ" button.
    To move the popup, click and drag the top banner.
    To reposition the "๐Ÿ“Œ" button, click and drag it.
    To zoom in / out, use the on-screen "+" and "โˆ’" buttons, press "Q" or "E," or use the mouse wheel.
    To pan the map, click and drag.
    To open the current coordinates, click "Open Map."
    To view the coordinates, click on the marker.
    To reset the popupโ€™s position, hide it and reload.
    To open or close the help screen, press "T."

How to Create and Use the HackGuessr Bookmarklet

Create the Bookmarklet:

  1. Open a new tab in your browser.
  2. Right-click on the bookmarks bar and select "Show bookmarks bar".
  3. Right-click the bookmarks bar again and choose "Add page...".
  4. Name the bookmark (e.g., "HackGuessr") or leave it blank.
  5. In the URL field, paste the HackGuessr JavaScript code (ensure the URL starts with "javascript:"). Note: Verify the javascript: prefix is present by selecting the URL, pressing Ctrl + A, and using the left arrow key to check.
  6. Save the bookmark in your preferred folder.

Using HackGuessr:

  1. Visit WorldGuessr.
  2. Click on the HackGuessr bookmarklet from your bookmarks bar.
  3. Join a game and reload the map.
  4. Enjoy HackGuessr! To stop HackGuessr, reload the tab.

Use at School

If JavaScript bookmarklets or the developer console are blocked on your network, you can use uBlobeBM (created by Blobby Boi) to bypass restrictions. Follow these steps:

  1. Follow all the instructions on https://blobby-boi.github.io/uBlobeBM/ to correctly install uBlobeBM, except replace "##+js(blob.js)" with "##+js(blob.js, set-constant, CSP_POLICY, null)"
  2. Then visit https://worldguessr.com/
  3. Click CTRL + SHIFT + ` or CTRL + SHIFT + ~
  4. Paste the HackGuessr script into the input box (ensure it starts with javascript:, if starting with javascript: won't work, try removing it.)
  5. Run it, and your good to go!

~

If the bookmarklet doesn't work, open the developer console with CTRL + SHIFT + I. Make sure you're under the Console tab. Once you are, type "allow pasting" (If pasting is not allowed) and press Enter. Lastly, paste the HackGuessr script into the console and press Enter

About

worldguessr bookmarklet, tool for viewing coordinates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published