Last active
January 13, 2025 22:06
-
-
Save deevroman/9a3ed7768766baf74347bef3545e6f33 to your computer and use it in GitHub Desktop.
Firefox debugger bug
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
| // ==UserScript== | |
| // @name Better osm.org | |
| // @version 0.1337 | |
| // @author deevroman | |
| // @match https://www.openstreetmap.org/* | |
| // @namespace https://github.com/deevroman/better-osm-org | |
| // @sandbox JavaScript | |
| // @grant GM_info | |
| // @run-at document-end | |
| // ==/UserScript== | |
| console.log("start") | |
| debugger | |
| console.log("end2") | |
| console.log("end3") | |
| console.log("end4") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment