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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" | |
"http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<array> | |
<dict> | |
<key>Name</key><string>Tube8</string> | |
<key>FirstURL</key><string>http://www.tube8.com</string> | |
<key>TextToCatchInURL</key><string>/</string> | |
<key>VideoSearch</key><string>EndBeginEnd</string> |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" | |
"http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<array> | |
<dict> | |
<key>Name</key><string>Tube8</string> | |
<key>FirstURL</key><string>http://www.tube8.com</string> | |
<key>TextToCatchInURL</key><string>/</string> | |
<key>VideoSearch</key><string>EndBeginEnd</string> |
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 SBM Comments Viewer for chrome | |
// @namespace http://zuzu-service.net/ | |
// @description Show social bookmark's comments at the bottom of chrome. | |
// @version 0.0.1 | |
// @include http://* | |
// @exclude http://reader.livedoor.com/reader/* | |
// @exclude http://www.google.com/search?* | |
// author: zuzu( http://d.hatena.ne.jp/zuzu_sion/ ) |
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 LivedoorReader Orelize UserScript for Chrome | |
// @namespace http://zuzu-service.net/ | |
// @description LivedoorReaderを更新(表示)した時に一番最初の未読記事を自動的に表示します。 | |
// @include http://reader.livedoor.com/reader/* | |
// ==/UserScript== | |
// main routine | |
window.addEventListener("load", function(e) { | |
with( contentWindow ) { |
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 LivedoorReader Orelize UserScript for Chrome | |
// @namespace http://zuzu-service.net/ | |
// @description LivedoorReaderを更新(表示)した時に一番最初の未読記事を自動的に表示します。 | |
// @include http://reader.livedoor.com/reader/* | |
// ==/UserScript== | |
// main routine | |
window.addEventListener("load", function(e) { | |
with( contentWindow ) { |
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 LDRFc2ImageRefererHack for chrome | |
// @namespace http://polog.org/ | |
// @include http://fastladder.com/reader/ | |
// @include http://reader.livedoor.com/reader/ | |
// @require http://gist.github.com/3242.txt | |
// ==/UserScript== | |
// ChromeFix create zuzu(http://zuzu-service.net/) | |
// based on http://gist.github.com/35666 by javascripter | |
// some codes are based on LDR Full Feed http://userscripts.org/scripts/show/22702 by Constellation |
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
(function(){ | |
var xmlhttp = (function(){ | |
try{ return new ActiveXObject('Msxml2.XMLHTTP'); } | |
catch(e){ | |
try{ return new ActiveXObject('Microsoft.XMLHTTP'); } | |
catch(ee){ return null; } | |
} | |
})(); | |
if(!xmlhttp) return; | |
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 Google Reader Starred Counter(repair) | |
// @description "Google Reader Starred Counter(Yamamaya)" is Repair | |
// @namespace zuzu | |
// @version 1.0.0 | |
// @include http://*google.tld/reader/view* | |
// @include https://*google.tld/reader/view* | |
// ==/UserScript== | |
/************************************************* | |
This script is based on |
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 SelectionLinkURLCopy | |
// @namespace http://zuzu-service.net | |
// @description Adds 'Selection Link URL Copy' menu. | |
// @include main | |
// @compatibility Firefox 3.0, 3.5, 3.6 | |
// @author zuzu | |
// @version 1.0 | |
// @homepage http://zuzu-service.net/ | |
// ==/UserScript== |
OlderNewer