GeoGuessr Readable UI

Removes forced UPPERCASE and italics on all text. Some text may have incorrect casing.

  1. // ==UserScript==
  2. // @name GeoGuessr Readable UI
  3. // @namespace https://gf.qytechs.cn/en/users/1435525-rawblocky
  4. // @match https://www.geoguessr.com/*
  5. // @icon https://www.google.com/s2/favicons?sz=64&domain=geoguessr.com
  6. // @grant GM_addStyle
  7. // @license MIT
  8. // @version 1.0
  9. // @author Rawblocky
  10. // @description Removes forced UPPERCASE and italics on all text. Some text may have incorrect casing.
  11. // ==/UserScript==
  12.  
  13.  
  14. GM_addStyle(`
  15. * {text-transform: none !important}
  16. * {font-style: normal !important}
  17. `);

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址