Skip to content

Instantly share code, notes, and snippets.

@khaslu
khaslu / remove-google-ad.js
Created August 3, 2022 20:55
Remove Google AD
// ==UserScript==
// @name Remove Google AD
// @namespace http://tampermonkey.net/
// @Version 0.1
// @description Remove Google AD
// @author Lucas Mota Vieira
// @match https://www.google.com/*
// @ICON https://www.google.com/s2/favicons?sz=64&domain=google.com
// @grant none
// ==/UserScript==