Skip to content

Instantly share code, notes, and snippets.

View makimoto's full-sized avatar
😪

Shimpei Makimoto makimoto

😪
View GitHub Profile
#!/usr/bin/env ruby
file = File.open("index.html", "r:iso-2022-jp:UTF-8")
content = file.read
all_html = <<HTML
<html>
<head>
<meta http-requiv="Content-Type" content="text/html;charset=utf-8">
<meta name="Author" content="Aoki Minero">
// ==UserScript==
// @name LikeLoudlyEveryWhere
// @namespace http://polog.com/
// @include http://*
// @include https://*
// ==/UserScript==
(function (){
if(unsafeWindow.self != unsafeWindow.top){
return;