Skip to content

Instantly share code, notes, and snippets.

@hakobe
Created December 22, 2008 08:04
Show Gist options
  • Select an option

  • Save hakobe/38921 to your computer and use it in GitHub Desktop.

Select an option

Save hakobe/38921 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name hamnize
// @namespace jp.hakobe.gm
// @include http://bacolicio.us/*
// ==/UserScript==
var overlay = document.getElementById('overlay');
overlay.style.top = '8%';
overlay.style.left = '10%';
overlay.firstChild.src = 'http://img.f.hatena.ne.jp/images/fotolife/h/hakobe932/20081222/20081222165715_original.png'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment