Public Gists by satyr

Gravatar
Sat Feb 06 13:26:44 -0800 2010
1
2
3
exit unless `git config --get remote.origin.url` =~ /(\d+)\.git$/
system "cmd /c start http://gist.github.com/#$1"
puts $1
Gravatar
Fri Jan 29 09:27:24 -0800 2010
1
2
3
CmdUtils.CreateCommand({
  name: 'sort tabs',
  description: 'Sorts tabs in the current window.',
gist: 287201 private filters for Adblock...
Gravatar
Tue Jan 26 12:38:05 -0800 2010
1
2
3
[Adblock Plus 1.1]
! Checksum: BlImKQME9/j2KtuDsTRkTw
@@|http://storehouse.quickvps.net/
gist: 286741 topsy auto more
Gravatar
Tue Jan 26 03:00:20 -0800 2010
1
2
3
// ==UserScript==
// @name topsy auto more
// @namespace http://d.hatena.ne.jp/murky-satyr
gist: 286723 upper/lower/title/flipped case
Gravatar
Tue Jan 26 02:00:04 -0800 2010
1
2
3
function casecmd(fn) CmdUtils.CreateCommand({
  name: fn.name +' case',
  description: 'Makes selection '+ fn.name +' case.',
gist: 255805 Shapley-Shubik/Banzhaf powe...
Gravatar
Sun Dec 13 21:16:26 -0800 2009
1
2
3
# coding: utf-8
require 'mathn'
 
Gravatar
Wed Dec 09 14:06:27 -0800 2009
1
2
3
// ==UserScript==
// @name Twiteaks
// @namespace http://d.hatena.ne.jp/murky-satyr
gist: 250170 HTMLValidator for Jetpack
Gravatar
Sun Dec 06 03:23:23 -0800 2009
1
2
3
<head>
<title>HTMLValidator</title>
<link rel="jetpack" href="http://gist.github.com/250170.txt"/>
Gravatar
Thu Nov 26 22:18:40 -0800 2009
1
2
3
CmdUtils.makeSearchCommand({
  name: 'ubiquity trac',
  url: 'https://ubiquity.mozilla.com/trac/search?q={QUERY}',
gist: 236927 http://getsatisfaction.com/...
Gravatar
Tue Nov 17 06:20:23 -0800 2009
1
2
3
function toggleNoAutoHide(U){
  var b = U.msgPanel.getAttribute('noautohide') !== 'true';
  U.msgPanel.setAttribute('noautohide', b);
gist: 234163 Ruby (→ MozRepl → js-ctypes...
Gravatar
Fri Nov 13 13:14:29 -0800 2009
1
2
3
#!ruby
def mozexec js
  require 'net/telnet'
gist: 230771 caret@hint
Gravatar
Tue Nov 10 01:23:32 -0800 2009
1
2
3
[{
keys: 'hjkluiop',
bind: {
gist: 228271 1280x800 + Fx3.6↑ + Ubiq5.5...
Gravatar
Fri Nov 06 12:29:37 -0800 2009
1
2
3
/*=skin=
@name eLasty
@author satyr
gist: 212188 Insertion
Gravatar
Fri Oct 16 18:14:49 -0700 2009
1
2
3
CmdUtils.CreateCommand({
  names: ['insert HTML'],
  description: 'Inserts HTML tag, enclosing selection.',
gist: 212074 ArcRef
Gravatar
Fri Oct 16 14:07:21 -0700 2009
1
2
3
#!perl
use strict;
use warnings;
Gravatar
Wed Oct 14 12:24:56 -0700 2009
1
2
3
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://landmarks/skin/default.css" type="text/css"?>
 
Gravatar
Tue Oct 06 14:06:27 -0700 2009
1
2
3
CmdUtils.CreateCommand({
  name: 'open add-on directory',
  description: "Opens the add-on's install location.",
Gravatar
Sun Oct 04 04:52:22 -0700 2009
1
2
3
#!perl
use strict;
use warnings;
Gravatar
Wed Sep 30 15:34:03 -0700 2009
1
2
3
function pageLoad_blankjack({location}){//function cmd_
  if(location.href !== "about:blank") return;
  location.replace("data:," + new Date);
Gravatar
Tue Sep 22 20:02:29 -0700 2009
1
2
3
<script xmlns="http://www.w3.org/1999/xhtml"><![CDATA[
CmdUtils.makeSearchCommand({
  name: 'trac',