Exchange Corrected Coordinates.
I tried to use this script with cache GC82HE6_plopsterstrand, but it doesn't work (in Chromium Edge)and in console I see below errors:
Uncaught TypeError: Cannot read property 'innerHTML' of null
at Window.geocachePage (userscript.html?name=Violent%20Coords.user.js&id=2ce9d15e-8b49-4ff5-a2a8-67631e2cf04f:121)
at :3:100
at E.z. (eval at exec_fn (GC82HE6_plopsterstrand-2:1), :43:442)
userscript.html?name=Corrected%20Coords.user.js&id=a6cd08ad-6838-43fd-ac38-b032571f1eae:121 Uncaught TypeError: Cannot read property 'firstChild' of undefined
at Window.geocachePage (userscript.html?name=Corrected%20Coords.user.js&id=a6cd08ad-6838-43fd-ac38-b032571f1eae:121)
at :3:100
at E.z. (eval at exec_fn (GC82HE6_plopsterstrand-2:1), :43:442)
However when I updated the coordinates by myself it sometimes(!) shows the yellow "You\'ve contributed this coordinate"
Works fine for me on that listing.
I have the same error
Uncaught TypeError: Cannot read property 'innerHTML' of null
at Window.geocachePage (userscript.html?name=Violent%20Coords.user.js&id=78d54aab-940f-47f5-b0eb-e26956abf3e2:121)
at <anonymous>:4:80
at t.<computed> (eval at exec_fn (GC9A7YQ_die-drei-der-2-fall:2), <anonymous>:46:453)
at <anonymous>:4:80
at i (eval at exec_fn (GC9A7YQ_die-drei-der-2-fall:2), <anonymous>:13:165)
at eval (eval at exec_fn (GC9A7YQ_die-drei-der-2-fall:2), <anonymous>:13:292)
at <anonymous>:13:99
at HTMLDocument.v (<anonymous>:13:118)
Line 121 in the script
username = document.querySelector('span.username').innerHTML;
I am using Chrome 90.0.4430.93 with Tampermonkey 4.12
I tried to use this script with cache GC82HE6_plopsterstrand, but it doesn't work (in Chromium Edge)and in console I see below errors:
Uncaught TypeError: Cannot read property 'innerHTML' of null
at Window.geocachePage (userscript.html?name=Violent%20Coords.user.js&id=2ce9d15e-8b49-4ff5-a2a8-67631e2cf04f:121)
at :3:100
at E.z. (eval at exec_fn (GC82HE6_plopsterstrand-2:1), :43:442)
userscript.html?name=Corrected%20Coords.user.js&id=a6cd08ad-6838-43fd-ac38-b032571f1eae:121 Uncaught TypeError: Cannot read property 'firstChild' of undefined
at Window.geocachePage (userscript.html?name=Corrected%20Coords.user.js&id=a6cd08ad-6838-43fd-ac38-b032571f1eae:121)
at :3:100
at E.z. (eval at exec_fn (GC82HE6_plopsterstrand-2:1), :43:442)