Skip to content

Instantly share code, notes, and snippets.

@zarigani
zarigani / aitter.js
Last active December 18, 2015 03:29 — forked from moroya/aitter.js
(function(){
// このブックマークレット内で共有する変数定義
var total = {};
var year = '2012';
// 処理中のオーバーレイ表示の追加と変数の初期化
function init() {
$('<div/>').css({
position: 'fixed',
left: 0,
(function(){
var total = 0;
var year = '2012';
function init(num) {
num = (typeof num !== 'number' ? 0 : num);
if(num === 0) {
$('<div/>').css({
position: 'fixed',
left: 0,
top: 0,