Skip to content

Instantly share code, notes, and snippets.

@JamoCA
JamoCA / Remove_Google_Ad.user.js
Last active December 15, 2023 03:13
Greasemonkey script to remove Google Ads
// ==UserScript==
// @name GoogleNoAds
// @namespace gist.github.com/JamoCA/99505f3dad38f23d3dcaa73a4eb6d030
// @description Remove inline ads from Google
// @include https://www.google.com/
// @version 1.1
// @grant none
// ==/UserScript==
// ==/UserScript==
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js