Skip to content

Instantly share code, notes, and snippets.

@dafi
Created July 13, 2011 06:08
Show Gist options
  • Save dafi/1079809 to your computer and use it in GitHub Desktop.
Save dafi/1079809 to your computer and use it in GitHub Desktop.
Bookmarklet to put google bar on G+ always visible on top
javascript:(function(){var el=document.querySelector('.a-Eo-T');el.style.position='fixed';el.style.width='100%';})()
@dafi
Copy link
Author

dafi commented Jul 13, 2011

I'm lazy so this is the minimal code to obtain the goal, don't expect great results. A little problem is due to the fact the search box is partially covered but I use it rarely :P

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment