faroncoder / Adam4Adam Ad and Video Promos blocker

// ==UserScript==
// @name         Adam4Adam Ad and Video Promos blocker
// @namespace    https://openuserjs.org/install/faroncoder/Adam4Adam_Ad_and_Video_Promos_blocker.user.js
// @version      0.7
// @description  Ads and Video Promo Ads Blocker And Idling With Less Bandwidth Wasted.
// @author       Faroncoder
// @match        https://www.adam4adam.com/*
// @updateURL    https://openuserjs.org/meta/faroncoder/Adam4Adam_Ad_and_Video_Promos_blocker.meta.js
// @require      http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js
// @run-at         document-end
// @grant       GM_getValue
// @grant       unsafeWindow
// @grant       GM_deleteValue
// @grant       GM_getValue
// @grant       GM_setValue
// @grant       GM_listValues
// @grant       GM_addStyle
// @grant       GM_xmlhttpRequest
// @grant       GM_log
// @grant       GM_registerMenuCommand
// ==/UserScript==

(function(){"use strict";if(typeof jQuery==="undefined"||!jQuery){(function(){var s=document.createElement("script");s.setAttribute("src","http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js");if(typeof jQuery=="undefined"){document.getElementsByTagName("head")[0].appendChild(s)}})()}var intervalInt=window.setInterval(function(){if(typeof jQuery!=="undefined"&&jQuery){window.clearInterval(intervalInt);$("#side-right").empty().hide();$("#footer-inner-wrap").empty().hide();$(".ad-horizontal-banners").attr("id","out1");$(".nd-blog-social").attr("id","out2");$(".horizontal-banners").attr("id","out3");$("#out1").empty();$("#out2").empty();$("#out3").empty();$(".profile-banners-right").attr("id","out4");$("#out4").empty()}},100)})();