This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Last.fm auth test | |
// @namespace https://gist.github.com/3850590 | |
// @version 0.1 | |
// @description a test for last.fm auth based on gmscrobber | |
// @match * | |
// @require https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js | |
// @require https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/jquery-ui.min.js | |
// @require https://raw.github.com/haohaolee/gmscrobber/master/simple_scrobbler_user.js | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* command "cambridge" */ | |
CmdUtils.CreateCommand({ | |
names: ["cambridge"], | |
icon: "http://www.cambridge.org/assets/common/favicon/favicon.ico", | |
homepage: "http://dictionary.cambridge.org", | |
author: { name: "Sealence", email: "[email protected]"}, | |
license: "GPL", | |
description: "Search in Cambridge", | |
help: "cambridge: your word", | |
arguments: [ {role: 'object', nountype: noun_arb_text, label: 'input'} ], |
NewerOlder