Skip to content

Instantly share code, notes, and snippets.

@ayltai
Created February 10, 2020 02:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ayltai/02c29590fdaf90317ce01f64beadb87e to your computer and use it in GitHub Desktop.
Save ayltai/02c29590fdaf90317ce01f64beadb87e to your computer and use it in GitHub Desktop.
Bloomberg Anti AdBlocker
// ==UserScript==
// @name Bloomberg
// @namespace https://github.com/ayltai/
// @version 1
// @grant none
// @include https://www.bloomberg.com/*
// @require https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js
// ==/UserScript==
this.$ = this.jQuery = jQuery.noConflict(true);
$(document).ready(function() {
$("#adBlockerContainer").remove();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment