fantasygamery / Anti roblox ADS

// ==UserScript==
// @name         Anti roblox ADS
// @namespace    http://tampermonkey.net/
// @description Removes roblox ads.
// @icon https://lh5.googleusercontent.com/F4sgUyCCO3FxiBiylT9VO2Mv-qusZgsR9pwZcAhmCcEsogMTGZYoa0FwGd2CN2Tbpd8oSWul9Q=s128-h128-e365
// @author fantasygamery
// @include http://*/*
// @include https://*/*
// @version      0.1
// @description  try to take over the world!
// @author       Kelvin G.
// @match        http://tampermonkey.net/scripts.php
// @grant        none

// ==/UserScript==

(function() {
    'use strict';

          try{var elem = document.getElementById('Skyscraper-Abp-Right');
        elem.parentNode.removeChild(elem);}catch(z){console.log(z);};
        try{var elem = document.getElementById('Skyscraper-Abp-Left');
        elem.removeChild(elem.childNodes[0]);}catch(z){console.log(z);};
        try{var elem = document.getElementById('ProfilePageAdDiv1');
        elem.parentNode.removeChild(elem);}catch(z){console.log(z);};
        try{var elem = document.getElementById('ProfilePageAdDiv2');
        elem.removeChild(elem.childNodes[0]);}catch(z){console.log(z);}
        $('#GamesPageRightColumnSidebar').remove();
        $('#Leaderboard-Abp').remove();

})();