This file contains hidden or 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 Dashboard + Tombloo | |
// @namespace http://d.hatena.ne.jp/Constellation/ | |
// @description register reblog command by Tombloo | |
// @include http://www.tumblr.com/dashboard* | |
// @include http://www.tumblr.com/show* | |
// @include http://www.tumblr.com/iphone* | |
// ==/UserScript== | |
// | |
// Detail : Pinned-node Reblog |
This file contains hidden or 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 MDC relink | |
// @namespace http://d.hatena.ne.jp/Constellation/ | |
// @description relink MDC | |
// @include http://developer.mozilla.org/* | |
// ==/UserScript== | |
(/http:\/\/developer\.mozilla\.org\/(.+)\/(ja|en)$/i.test(document.location.href)) && (document.location.href = 'http://developer.mozilla.org/'+RegExp.$2+'/'+RegExp.$1); |
This file contains hidden or 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 place filters | |
// @include main | |
// @include chrome://browser/content/browser.xul | |
// ==/UserScript== | |
(function(){ | |
// folderのcurrentはBookmarkMenuFolder | |
var PSB_filters = [ | |
// { |
This file contains hidden or 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 LDR filters | |
// @namespace http://d.hatena.ne.jp/Constellation/ | |
// @description replace image URL, and so on. | |
// @include http://fastladder.com/reader/ | |
// @include http://reader.livedoor.com/reader/ | |
// ==/UserScript== | |
(function(win){ | |
var image_check = /(?:\.jpg|\.png|\.bmp)$/ |
This file contains hidden or 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 nicovideo - view without login. | |
// @namespace http://d.hatena.ne.jp/miya2000/ | |
// @author miya2000 | |
// @version 1.1.0 | |
// @include http://www.nicovideo.jp/watch/* | |
// @exclude http://*http* | |
// a little modified for Firefox. | |
// ==/UserScript== | |
(function(win){ |
This file contains hidden or 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 LDR Pin Feed | |
// @namespace http://d.hatena.ne.jp/Constellation/ | |
// @description show pin items as feed | |
// @author Constellation | |
// @include http://fastladder.com/reader/* | |
// @include http://reader.livedoor.com/reader/* | |
// ==/UserScript== | |
(function(win){ | |
//Configuration |
This file contains hidden or 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
#!/usr/bin/env ruby -Ku | |
require 'rubygems' | |
require 'json' | |
require 'mechanize' | |
agent = WWW::Mechanize.new | |
#sample iview | |
url = "http://209.85.173.132/search?hl=ja&q=cache%3Awedata.net%2Fdatabases%2Fiview%2Fitems" | |
page = agent.get(url); | |
resource_url = 'http://wedata.net' + page.root.search('#content div ul.links li a')[0]['href'] |
This file contains hidden or 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
#!/usr/bin/env ruby -Ku | |
require 'rubygems' | |
require 'nokogiri' | |
require 'net/http' | |
require 'uri' | |
# こんな感じ? | |
class Veoh | |
@@client = '' | |
@@version = '3.0.0' |
This file contains hidden or 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
// FTP Upload for Tombloo | |
// | |
(function(){ | |
var ProxyService = getService("/network/protocol-proxy-service;1", Ci.nsIProtocolProxyService); | |
var DNSService = getService("/network/dns-service;1", Ci.nsIDNSService); | |
var SocketService = getService("/network/socket-transport-service;1", Ci.nsISocketTransportService); | |
var ServerSocket = createConstructor("/network/server-socket;1", "nsIServerSocket", "init"); |
This file contains hidden or 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
tomblooに取り込まれてるかも. | |
そしたらひつようないです. | |
OlderNewer