Nintendo Life Anti-Adblock Remover

Hides the shitty Anti-Adblock popup!

目前为 2020-01-31 提交的版本。查看 最新版本

  1. /* ==UserStyle==
  2. @name Nintendo Life Anti-Adblock Remover
  3. @namespace github.com/CodyMKW/My-Userstyles
  4. @version 1.0.0
  5. @description Hides the shitty Anti-Adblock popup!
  6. @homepageURL https://sites.google.com/view/codys-nintendo-room/userstyles
  7. @supportURL https://github.com/CodyMKW/My-Userstyles/issues
  8. @author CodyMKW (https://codymkw.github.io)
  9. @license CC-BY-SA-4.0
  10. ==/UserStyle== */
  11.  
  12. @-moz-document domain("nintendolife.com") {
  13. html, body {
  14. overflow-y: visible !important;
  15. height: 634px !important;
  16. }
  17. div[class*='sp_veil'], div[id^='sp_message_id'], div[id^='sp_message_panel_id'] {
  18. display: none !important;
  19. }
  20. /* width */
  21. ::-webkit-scrollbar {
  22. width: 10px !important;
  23. }
  24.  
  25. /* Track */
  26. ::-webkit-scrollbar-track {
  27. background: #f1f1f1 !important;
  28. }
  29. /* Handle */
  30. ::-webkit-scrollbar-thumb {
  31. background: #888 !important;
  32. }
  33.  
  34. /* Handle on hover */
  35. ::-webkit-scrollbar-thumb:hover {
  36. background: #555 !important;
  37. }
  38. }

QingJ © 2025

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