Advertisement
Guest User

Ariva_bookmarklet

a guest
Dec 12th, 2011
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. javascript:(function(){
  2.     page = document.getElementById('ARIVA');
  3.     if(page){
  4.         page.style.marginLeft = '0px';
  5.     }
  6. })();
  7.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement