Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name New Userscript
- // @namespace http://tampermonkey.net/
- // @version 0.1
- // @description try to take over the world!
- // @author You
- // @include https://*
- // @grant none
- // @require https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js
- // ==/UserScript==
- (function() {
- 'use strict';
- $(".ads_ads_box").hide();
- })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement