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 calendar hide search bar | |
// @namespace [email protected] | |
// @include https://www.google.com/calendar/* | |
// ==/UserScript== | |
(function() { | |
function $(id) { | |
return document.getElementById(id); | |
} | |
var gbz = $('gbz'); |
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 toolbar | |
// @namespace basyura.org | |
// @include https://www.google.com/* | |
// @include http://www.google.co.jp/* | |
// @include http://translate.google.co.jp/* | |
// ==/UserScript== | |
(function () { | |
function $(id) { |
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 ldr_key | |
// @namespace basyura.org | |
// @include http://reader.livedoor.com/reader/* | |
// ==/UserScript== | |
(function(){ | |
var w = unsafeWindow; | |
var _onload = w.onload; | |
var onload = function() { with(w) { |
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
<html> | |
<head> | |
<script> | |
var timer_ = null; | |
var start_ = null; | |
var background_ = null; | |
function initialize() { | |
background_ = document.body.background; | |
} | |
function start() { |
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
#!ruby | |
#-*- coding: utf-8 -*- | |
require 'ruby-growl' | |
require 'rss' | |
g = Growl.new 'localhost', 'ruby-growl', ['ruby-growl Notification'] | |
g.notify 'ruby-growl Notification', 'earthquake', 'start' | |
uri = 'http://tenki.jp/component/static_api/rss/earthquake/recent_entries_by_day.xml' |
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 ldr-view-progress | |
// @namespace http://basyura.org | |
// @include http://reader.livedoor.com/reader/ | |
// ==/UserScript== | |
// | |
(function(){ | |
const ONE_HOUR = 60 * 60 * 1000; | |
const ONE_MINUTE = 60 * 1000; |
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 ldr-view-progress | |
// @namespace http://basyura.org | |
// @include http://reader.livedoor.com/reader/ | |
// ==/UserScript== | |
// | |
const ONE_HOUR = 60 * 60 * 1000; | |
const ONE_MINUTE = 60 * 1000; | |
const TIMER = 10000; |
NewerOlder