AeonDave / Hotslogs AdBlockBlockBlock

// ==UserScript==
// @name         Hotslogs AdBlockBlockBlock
// @version      0.6.1
// @description  No more redirects!
// @author       aeondave
// @match        https://www.hotslogs.com/*
// @grant        none
// @run-at       document-start
// ==/UserScript==

MonkeyBroker = {
   slots: {},
   bidHelper: function() {
   },
   go2: function() {
   },
   addSlot: {},
   regSlotsMap: [],
   defineSlot: {},
   version: 9001
};
pbjs = {
    libLoaded: true
};

$(function() {
    $(".advertisementBannerMonkeyBrokerTop").height(1);
});