Guest User

Untitled

a guest
Feb 1st, 2013
22
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 WPSE StopPress Mod
  3. // @namespace http://chat.stackexchange.com/rooms/6/stoppress
  4. // @description Make it look goooooood
  5. // @include http://chat.stackexchange.com/rooms/6/stoppress/*
  6. // @require http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js
  7. // @grant none
  8. // @version 1
  9. // ==/UserScript==
  10.  
  11. $(window).load(function() {
  12.  
  13. });
Advertisement
Add Comment
Please, Sign In to add comment