Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2015
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @name         My Fancy New Userscript
  3. // @namespace    http://your.homepage/
  4. // @version      0.1
  5. // @description  enter something useful
  6. // @author       You
  7. // @match        http://www.okcupid.com/home
  8. // @grant        none
  9. // ==/UserScript==
  10. ["#right_side_bar",'#home_ad','#skyscraper_floater_wrapper',"#user_pane"].forEach(function(item){
  11. $(item).remove();
  12. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement