Skip to content

Instantly share code, notes, and snippets.

@zuzu
zuzu / GoogleReaderStarredCounter(repair).user.js
Created February 15, 2010 10:44
Google Reader Starred Counter(Yamamaya)" is Repair http://userscripts.org/scripts/show/69023
// ==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
(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;
// ==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
// ==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 ) {
// ==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 ) {
// ==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/ )
<?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>
<?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>