Skip to content

Instantly share code, notes, and snippets.

@x7c1
Created October 21, 2012 00:15
Show Gist options
  • Select an option

  • Save x7c1/3925312 to your computer and use it in GitHub Desktop.

Select an option

Save x7c1/3925312 to your computer and use it in GitHub Desktop.
sample to use a script in hatena blog
$(document).ready(function(){
var bye = function(){
alert("bye!");
$("#google_afc_user").css({ height: '0px', overflow: 'hidden' });
}
$("#sample_button").click(bye);
//$("#google_afc_user").css({ display: 'block !important' });
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment