Created
May 11, 2023 05:14
-
-
Save ShellWen/6ef9bd4ae3fcff2d43810331afe1791c to your computer and use it in GitHub Desktop.
Fk Google Search Ads
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==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