Skip to content

Instantly share code, notes, and snippets.

@ShellWen
Created May 11, 2023 05:14
Show Gist options
  • Select an option

  • Save ShellWen/6ef9bd4ae3fcff2d43810331afe1791c to your computer and use it in GitHub Desktop.

Select an option

Save ShellWen/6ef9bd4ae3fcff2d43810331afe1791c to your computer and use it in GitHub Desktop.
Fk Google Search Ads
// ==UserScript==
// @name Fk Google Search Ads
// @namespace https://google.com/
// @version 0.1
// @description Fk Google Search Ads
// @author ShellWen
// @match https://google.com/*
// @match https://www.google.com/*
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant none
// ==/UserScript==
(function() {
'use strict';
document.getElementById('tvcap').remove();
document.getElementById('bottomads').remove();
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment