Skip to content

Instantly share code, notes, and snippets.

@azu
Created June 5, 2010 16:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save azu/426775 to your computer and use it in GitHub Desktop.
Save azu/426775 to your computer and use it in GitHub Desktop.
Dbus Notify for GreaseMonkeyのテスト
// ==UserScript==
// @name Callout test
// @namespace http://efcl.info/
// @include http://*
// ==/UserScript==
// require https://addons.mozilla.org/ja/firefox/addon/7458/
new function(){
var favicon = location.href.replace(location.pathname , "")+"/favicon.ico";
callout.notify('今いるところ', document.title,{
icon:favicon,
href: location.href
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment