Advertisement
S0lll0s

LTFU Epic Style & Logo

Sep 16th, 2013
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @name       LTFU Awesome Style & Logo
  3. // @namespace  S0lll0s
  4. // @version    0.1
  5. // @description  Adds the awesome style to LTFU
  6. // @match      http://lethemfind.us/*
  7. // @copyright  2013+, S0lll0s
  8. // ==/UserScript==
  9.  
  10.  
  11. jQuery( "#logo img" ).attr( 'src', 'http://i.imgur.com/gIlL2cS.png' ).css({height: 200});
  12. jQuery( "#branding" ).css('background','black url(http://www.desktopwallpaperhd.net/wallpapers/3/c/sparks-wallpapers-purple-desktop-30556.jpg) no-repeat');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement