[Liveuamap] Enchantments

Remove adverts from feed and more...

  1. // ==UserScript==
  2. // @name [Liveuamap] Enchantments
  3. // @namespace HKR
  4. // @match *://*liveuamap.com/*
  5. // @grant none
  6. // @version 1.0
  7. // @author HKR
  8. // @description Remove adverts from feed and more...
  9. // @run-at document-start
  10. // @grant GM_addStyle
  11. // ==/UserScript==
  12.  
  13. (() => {
  14. GM_addStyle(`
  15. /* hide adverts from feed */
  16. .passby {
  17. display: none !important;
  18. }
  19. /* hide app advert from bottom of the feed */
  20. .phones {
  21. display: none !important;
  22. }
  23. `);
  24. })();

QingJ © 2025

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