Hentasis Lite

Удаление лишних элементов на сайте

  1. // ==UserScript==
  2. // @name Hentasis Lite
  3. // @description Удаление лишних элементов на сайте
  4. // @match http://hentasis1.top/*
  5. // @match http://hentasis1.top/*
  6. // @run-at document-end
  7. // @version 1.0
  8. // @author 3BAH
  9. // @grant none
  10. // @namespace
  11. // ==/UserScript==
  12.  
  13. (function() {
  14. 'use strict';
  15.  
  16. document.getElementsByClassName("logotype")[0].remove();
  17. })();
  18.  
  19. (function() {
  20. 'use strict';
  21.  
  22.  
  23. document.getElementsByClassName("show-rside")[0].remove();
  24. })();
  25.  
  26. (function() {
  27. 'use strict';
  28.  
  29. document.getElementsByClassName("head-line")[0].remove();
  30. })();