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
// ---- | |
// Sass (v3.3.8) | |
// Compass (v1.0.0.alpha.19) | |
// ---- | |
/* 3 ways to do modules with BEM syntax in sass */ | |
/* 3 mixins */ | |
$module: ""; | |
$space: " "; |
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 BetteridgeLinks | |
// @description Lowlight headlines on Hacker News that conform to Betteridge's Law | |
// @version 0.3 | |
// @match http://news.ycombinator.com/* | |
// @author noibl <[email protected]> | |
// ==/UserScript== | |
var questions = ['Is', 'Are', 'Does', 'Do', 'Has', 'Have', 'Did', 'Will', 'Can', 'Could', 'Should']; | |
var selector = '.title a'; |
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
Components.utils.import("resource://ubiquity/modules/setup.js"); | |
CmdUtils.CreateCommand( | |
{names: ["copy-command"] | |
,icon: "chrome://ubiquity/skin/icons/favicon.ico" | |
,homepage: "http://gist.github.com/64187" | |
,author: { name: "Sam Hasler", email: "ubiquity at haslers.info"} | |
,license: "GPL" | |
,description: "Clone a ubiquity command feed by copying it to the Command Editor" | |
,help: "Select one of your installed commands from the suggestions and the code for it will be appended to the command editor" |
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
//Note: This command was automatically generated by the create-bookmarklet-command command. | |
CmdUtils.makeBookmarkletCommand({ | |
name: "subscribe-in-bloglines-beta", | |
url: "javascript:location.href='http://beta.bloglines.com/b/view#view-mode.searchfeeds-q.'+encodeURIComponent(location.href).replace(/\%/g,'~').replace(/\./g,'~2E')+'-t.feed-s.r-start.0-displayModel.searchpage-viewDisplay.searchpage%26t%3D1212012300031'" | |
}); | |
NewerOlder