Advertisement
Garoun

TT Kill Magnifier

Apr 12th, 2012
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /**
  2.  * This bookmarklet will Remove the Magnifier, restore the cursor when mousing over the laptop,
  3.  * and pull the   popup bubbles down some
  4.  *
  5.  * If you aren't sure how to add a BOOKMARKLET please go here for an easy method:
  6.  * (url will be updated as changes occur)
  7.  * >> http://jsbin.com/izavin
  8.  **/
  9.  
  10. /**** BOOKMARKLET COPY NEXT LINE *****/
  11. javascript:(function(){if ($('style[title="GarounSnip"]')) { $('style[title="GarounSnip"]').remove(); } $('<style type="text/css" title="GarounSnip">.avatar_laptop{cursor:pointer!important;}#zoomView{display:none!important;}div.tipsy{margin-top:20px!important;}</style>').appendTo("HEAD");})()
  12. /**** BOOKMARKLET STOP AT LINE ABOVE THIS ****/
  13.  
  14. /** Style addition uncompressed **/
  15. <style type="text/css" title="GarounSnip">
  16.     .avatar_laptop {cursor: pointer !important;}
  17.     #zoomView {display:none !important;}
  18.     div.tipsy {margin-top: 10px !important;}
  19. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement