Advertisement
AHOHNMYC

Untitled

May 25th, 2019
367
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @name         Free Geoguessr
  3. // @namespace    AHOHNMYC
  4. // @version      0.0.1
  5. // @match        https://geoguessr.com/*
  6. // @grant        none
  7. // ==/UserScript==
  8.  
  9. document.head.appendChild(document.createElement('style')).innerText = `
  10. /* ADS! HATE! HATE! BAN! */
  11. .game-usps ,.game-usps--mobile
  12. ,.vertical-splitted-modal__overlay
  13.  
  14. /* unneeded */
  15. ,.round-rating ,.top-bar__right, .score__divider
  16.  
  17. /* google maps */
  18. ,.panorama-link
  19. ,.gmnoprint
  20. ,.gm-style-cc
  21. ,[style='margin-left: 5px; margin-right: 5px; z-index: 1000000; position: absolute; left: 0px; bottom: 0px;']
  22. {display: none !important}
  23.  
  24. .top-bar {opacity: 0.8}
  25. .page {padding-bottom: 0 !important}
  26.  
  27. .guessmap {
  28.   bottom: 0px;
  29.   right: 0px
  30. }
  31. .button--guess {margin: 0px}
  32. .hud .panorama-controls {
  33.     bottom: 5px;
  34.     left: 10px;
  35. }
  36.  
  37. .vertical-splitted-modal__top {height: calc(100% - 200px)}
  38. .vertical-splitted-modal__bottom {height: 200px; bottom: 0; padding: 0}
  39. `;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement