Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2016
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. // ==UserScript==
  2. // @name New Userscript
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description try to take over the world!
  6. // @author You
  7. // @include https://*
  8. // @grant none
  9. // @require https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js
  10. // ==/UserScript==
  11.  
  12. (function() {
  13. 'use strict';
  14.  
  15. $(".ads_ads_box").hide();
  16. })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement