Advertisement
Guest User

Untitled

a guest
Jul 20th, 2014
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. // ==UserScript==
  2. // @name fix icons inline
  3. // @namespace zx.pk.ru
  4. // @include http://zx.pk.ru/*
  5. // @include http://zx-pk.ru/*
  6. // @include http://www.zx-pk.ru/*
  7. // @include http://www.zx.pk.ru/*
  8. // @version 0.01
  9. // @grant none
  10. // ==/UserScript==
  11.  
  12. var sheet = window.document.styleSheets[0];
  13. sheet.insertRule('.inlineimg {vertical-align: bottom!important; padding-right: 2px; }', sheet.cssRules.length);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement