Greasy Fork is available in English.
Удаление рекламы гна lolz.guru
// ==UserScript==// @name Lolzteam AdBlock// @description Удаление рекламы гна lolz.guru// @match https://lolz.guru/*// @match https://zelenka.guru/*// @run-at document-end// @version 0.1// @author https://lolz.guru/rays/// @grant none// @namespace https://greasyfork.org/users/938699// ==/UserScript==(function() {'use strict';document.getElementsByClassName("axsBackground")[0].remove();})();