Skip to content

Instantly share code, notes, and snippets.

@onteria
onteria / retweet_action_mute.user.js
Last active June 20, 2021 13:52
リツイートのふぁぼ・RTをWeb公式で非表示にするChromeユーザースクリプト。インストール方法は( http://egyo.hateblo.jp/entry/20101022/1287713022 )。
// ==UserScript==
// @match https://twitter.com/i/connec*
// @author onteria_
// @version 2.0
// ==/UserScript==
// Author: @onteria_
// This is a script that is meant to hide recently
// added "retweet of retweet" and "favorite of retweet"
// which have no options to disable and can get rather
@onteria
onteria / gist:4022323
Created November 6, 2012 03:13
Google画像検索URIジェネレイター
  • UTF-8 On

Python 3.1

#!/usr/bin/python
# -*- coding: utf-8; -*-

import urllib.parse
import sys
@onteria
onteria / twitter.go
Created November 4, 2012 14:59
Golangで基本のタイムライン構文解析(API 1.1)
package main
// export GOPATH="/hoge/hoge/hoge"
// go get github.com/garyburd/go-oauth/oauth
import (
"github.com/garyburd/go-oauth/oauth"
"net/http"
"net/url"
"fmt"
@onteria
onteria / kaomoji.txt
Created October 19, 2012 05:08
顔文字.txt
a(;`・ω・)o━ヽ_。_・_゚_・_フ))
?(っ´。ω゜`c)
☝(〃`l _ l´)☝
☝( ◠‿◠ )☝
༼(*꒪ั❥꒪ั*༽༽
(✿꒪ั◡꒪ั✿)
(੭ु ˃̶͈̀ x ˂̶͈́)੭ु⁾⁾
:(ヽ'ω`):
+。:.゚٩(๑>◡<๑)۶:.。+゚
(★l ω l)
@onteria
onteria / 顔文字.txt
Created July 1, 2012 15:21
顔文字.txt
?(っ´。ω゜`c)
☝( ◠‿◠ )☝
༼(*꒪ั❥꒪ั*༽༽
(੭ु ˃̶͈̀ x ˂̶͈́)੭ु⁾⁾
:(ヽ'ω`):
+。:.゚٩(๑>◡<๑)۶:.。+゚
(★l ω l)
(〃`l _ l´)
とりのうたすきすき <(*◔ヮ◔)o¶~~♪  朝シャワーHAPPY☆HAPPY (☝*◔ヮ◔)o¶~~♪  OHAYOUだよ☆ (☞*◔ヮ◔)o¶~~♪
ヾ(l _ l〃)ノ゙
@onteria
onteria / gist:2884880
Created June 6, 2012 21:21
求聞口授キャラ目次
メイン登録
--------
八坂神奈子 - p. 18
洩矢諏訪子 - p. 22
聖白蓮 - p. 26
豊聡耳神子 - p. 30
東風谷早苗 - p. 34
二ツ岩マミゾウ - p. 50
封獣ぬえ - p. 53
物部布都 - p. 56
@onteria
onteria / 響子.rb
Created May 14, 2012 04:08
ぎゃーてーぎゃーてー!!!
#/usr/bin/env ruby
# encoding: UTF-8
stream = $stdin
stream.each do | line |
puts line.chomp!.split(//).join(" ") + ' ! !'
end
@onteria
onteria / gist:2579096
Created May 2, 2012 18:42
東方キャラソート
1位: 河城にとり
2位: 秋静葉
2位: 秋穣子
4位: 多々良小傘
5位: 東風谷早苗
6位: 稗田阿求
7位: 幽谷響子
8位: 茨木華扇
9位: 十六夜咲夜
10位: パチュリー・ノーレッジ
@onteria
onteria / kaomoji.txt
Created April 4, 2012 19:14
顔文字
:(ヽ'ω`):
+。:.゚٩(๑>◡<๑)۶:.。+゚
(★l ω l)
(〃`l _ l´)
ヾ(l _ l〃)ノ゙
ヾ(〃l _ l)ノ゙
っ〃l ω l)っ
ξ(✿ ❛‿❛)ξ▄︻┻┳═一
✌(´≝ ਉ ≝`)✌
@onteria
onteria / newtwitter.user.js
Created February 11, 2012 01:20
New Twitter User Interface Tweeks
/**
* @match https://www.twitter.com/#!/
* @version 2.0
* New Twitter Interface Tweaks
* By @onteria_
* User Script Installation: http://www.chromium.org/developers/design-documents/user-scripts
*
* I found twitter web's new interface to be too cramped, so this user sript adjusts the
* CSS of the page to optimize screen real estate. I use variables to make it easier to
* tweek the widths accordingly.