Greasy Fork is available in English.

[GC] Visualizer for Shop Ban

Displays your current shop ban status in visual format directly on the page.

  1. // ==UserScript==
  2. // @name [GC] Visualizer for Shop Ban
  3. // @namespace https://greatest.deepsurf.us/en/users/1225524-kaitlin
  4. // @match https://www.grundos.cafe/viewshop/*
  5. // @grant GM.addStyle
  6. // @license MIT
  7. // @version 86
  8. // @author Cupkait
  9. // @icon https://i.imgur.com/4Hm2e6z.png
  10. // @description Displays your current shop ban status in visual format directly on the page.
  11. // Next up: Settings! Probably always on, always off, alert only (and set what % you want it to appear at).
  12. // ==/UserScript==
  13.  
  14.  
  15. if (!localStorage.getItem('scriptAlert-488658')) {
  16. alert("Shop Ban Visualizer script has been discontinued. You can remove it from your browser from your user script extension's settings.");
  17. localStorage.setItem('scriptAlert-488658', 'true');
  18. }