Public Gists by satyr

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
Mon Sep 21 08:44:58 -0700 2009
1
2
3
diff --git a/bootstrap.py b/bootstrap.py
--- a/bootstrap.py
+++ b/bootstrap.py
Gravatar
Sun Sep 20 20:51:18 -0700 2009
1
<p>
Gravatar
Tue Sep 15 19:30:11 -0700 2009
1
2
3
CmdUtils.CreateCommand({
  name: 'google bookmark example',
  preview: function(pb){
gist: 187722 Thank You Mario!
Gravatar
Tue Sep 15 15:36:19 -0700 2009
1
2
3
const TYM = 'http://wigflip.com/thankyoumario/';
CmdUtils.CreateCommand({
  name: 'thank you mario',
Gravatar
Sat Sep 12 16:51:45 -0700 2009
1
2
3
(defun moz-exec (code)
  (with-open-stream (mozrepl (connect "localhost" 4242))
    (read-line mozrepl nil)
Gravatar
Tue Sep 01 04:51:37 -0700 2009
1
2
3
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
@-moz-document url("chrome://browser/content/browser.xul"){
 
gist: 177839 https://wiki.mozilla.org/La...
Gravatar
Sat Aug 29 20:02:01 -0700 2009
1
2
3
var gId = 42; // used for avoiding needless preview updates when typing
CmdUtils.CreateCommand({
  name: "memo",
gist: 173735 Opens Midori-san in a new tab.
Gravatar
Mon Aug 24 01:06:35 -0700 2009
1
2
3
0,function(){{}
const URL = 'http://www.smbc.co.jp/midorisan/';
CmdUtils.CreateCommand({
Gravatar
Fri Aug 14 10:26:40 -0700 2009
1
2
3
// ==UserScript==
// @name Merriam-Webster auto audio
// @namespace http://d.hatena.ne.jp/murky-satyr
Gravatar
Thu Aug 13 10:32:24 -0700 2009
1
2
3
const BZ = 'http://www.babelzilla.org';
const PLocale = 'general.useragent.locale';
CmdUtils.CreateCommand({
gist: 163600 Opens all the latest strips...
Gravatar
Thu Aug 06 15:36:37 -0700 2009
1
2
3
CmdUtils.CreateCommand({
  name: 'comics.com',
  description: (
Gravatar
Sun Aug 02 13:35:25 -0700 2009
1
2
3
#!ruby
unless $*[0]
  puts "Usage: ruby #$0 [-[ef]] input"
gist: 158923 Trims a URL, or untrims a t...
Gravatar
Thu Jul 30 13:44:58 -0700 2009
1
2
3
CmdUtils.CreateCommand({
  name: 'tr.im',
  description: 'Trims a URL, or untrims a trimmed URL.',