- UTF-8 On
#!/usr/bin/python
# -*- coding: utf-8; -*-
import urllib.parse
import sys| // ==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 |
| 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" |
| a(;`・ω・)o━ヽ_。_・_゚_・_フ)) | |
| ?(っ´。ω゜`c) | |
| ☝(〃`l _ l´)☝ | |
| ☝( ◠‿◠ )☝ | |
| ༼(*꒪ั❥꒪ั*༽༽ | |
| (✿꒪ั◡꒪ั✿) | |
| (੭ु ˃̶͈̀ x ˂̶͈́)੭ु⁾⁾ | |
| :(ヽ'ω`): | |
| +。:.゚٩(๑>◡<๑)۶:.。+゚ | |
| (★l ω l) |
| ?(っ´。ω゜`c) | |
| ☝( ◠‿◠ )☝ | |
| ༼(*꒪ั❥꒪ั*༽༽ | |
| (੭ु ˃̶͈̀ x ˂̶͈́)੭ु⁾⁾ | |
| :(ヽ'ω`): | |
| +。:.゚٩(๑>◡<๑)۶:.。+゚ | |
| (★l ω l) | |
| (〃`l _ l´) | |
| とりのうたすきすき <(*◔ヮ◔)o¶~~♪ 朝シャワーHAPPY☆HAPPY (☝*◔ヮ◔)o¶~~♪ OHAYOUだよ☆ (☞*◔ヮ◔)o¶~~♪ | |
| ヾ(l _ l〃)ノ゙ |
| メイン登録 | |
| -------- | |
| 八坂神奈子 - p. 18 | |
| 洩矢諏訪子 - p. 22 | |
| 聖白蓮 - p. 26 | |
| 豊聡耳神子 - p. 30 | |
| 東風谷早苗 - p. 34 | |
| 二ツ岩マミゾウ - p. 50 | |
| 封獣ぬえ - p. 53 | |
| 物部布都 - p. 56 |
| #/usr/bin/env ruby | |
| # encoding: UTF-8 | |
| stream = $stdin | |
| stream.each do | line | | |
| puts line.chomp!.split(//).join(" ") + ' ! !' | |
| end |
| 1位: 河城にとり | |
| 2位: 秋静葉 | |
| 2位: 秋穣子 | |
| 4位: 多々良小傘 | |
| 5位: 東風谷早苗 | |
| 6位: 稗田阿求 | |
| 7位: 幽谷響子 | |
| 8位: 茨木華扇 | |
| 9位: 十六夜咲夜 | |
| 10位: パチュリー・ノーレッジ |
| :(ヽ'ω`): | |
| +。:.゚٩(๑>◡<๑)۶:.。+゚ | |
| (★l ω l) | |
| (〃`l _ l´) | |
| ヾ(l _ l〃)ノ゙ | |
| ヾ(〃l _ l)ノ゙ | |
| っ〃l ω l)っ | |
| ξ(✿ ❛‿❛)ξ▄︻┻┳═一 | |
| ✌(´≝ ਉ ≝`)✌ |
| /** | |
| * @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. |