GNU Pascal Cringe Removal

Removes ocular assault from the GNU Pascal website.

  1. /* ==UserStyle==
  2. // @name GNU Pascal Cringe Removal
  3. // @version 1.0
  4. // @description Removes ocular assault from the GNU Pascal website.
  5. // @author base2taiji
  6. // @match *://*.gnu-pascal.de/*
  7. // @grant none
  8. // @license MIT
  9. @namespace https://greasyfork.org/users/1330715
  10. ==/UserStyle== */
  11.  
  12. body, td {
  13. background: none #000;
  14. color: #fff;
  15. }
  16.  
  17. img[alt="[Gnu and Blaise Pascal]"] {
  18. filter: invert(1);
  19. }
  20.  
  21. a {
  22. color: skyblue;
  23. }
  24.  
  25. a:hover {
  26. color: deepskyblue;
  27. }