Greasy Fork is available in English.

AAK - maps4heroes.com

Allows download maps with enabled adblock tool.

// ==UserScript==
// @name            AAK - maps4heroes.com
// @namespace       Violentmonkey Scripts
// @match           https://www.maps4heroes.com/forum/opinions.php
// @grant           none
// @version         1.0
// @author          strelokhalfer
// @description     Allows download maps with enabled adblock tool.
// @description:ru  Позволяет скачивать карты без отключения адблока.
// @license   	    CC-BY-4.0
// ==/UserScript==
(function() {
  document.querySelector('#watch_here_top').style.height = "1px"
})();