This file contains hidden or 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
| #!/usr/bin/ruby | |
| require 'rss' | |
| require 'open-uri' | |
| require 'uri' | |
| # 日本人っぽいのだけ欲しい場合' | |
| URL = 'http://xpathfeed.com/feed?url=http%3A%2F%2Fjp.xvideos.com%2F&xpath_list=%2F%2F*%5B%40class%3D%22thumbBlock%22%5D%2Fdiv%2Fp%5B1%5D%2Fa' | |
| RSS::Parser.parse(open(URL).read).channel.items.each{|x| | |
| uri = URI.parse x.link |
This file contains hidden or 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
| #coding:utf-8 | |
| require 'fileutils' | |
| require 'time' | |
| require 'kconv' | |
| AFTER_ENCODE = 'hogehoge' # エンコード後になんか実行するコマンド | |
| SOURCE = "C:/TS" # TS とかあるところ | |
| TARGET ="C:/MP4" | |
| IGNORE = /BS世界の|BBC|CNN/ #音声の都合とかで HandBrake で処理したくないやつ |
This file contains hidden or 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 Recommended Daniels | |
| // @namespace http://use.i.E.your.homepage/ | |
| // @version 0.1 | |
| // @description enter something useful | |
| // @match http://www.tumblr.com/* | |
| // @copyright 2012+, You | |
| // @require http://code.jquery.com/jquery-1.11.1.min.js | |
| // ==/UserScript== |
This file contains hidden or 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
| var f; | |
| f = function() { | |
| return setTimeout(function() { | |
| var href; | |
| if ($('a.ProfileHeading-toggleLink').get(0)) { | |
| href = $('a.ProfileHeading-toggleLink').attr('href'); | |
| if (location.href !== href && href.match(/with_replies/)) { | |
| location.href = href; | |
| return true; | |
| } |
This file contains hidden or 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 Daniel Radcliffe NL to Follow | |
| // @namespace http://use.i.E.your.homepage/ | |
| // @version 0.1 | |
| // @description enter something useful | |
| // @match https://twitter.com/* | |
| // @copyright 2012+, You | |
| // @require http://code.jquery.com/jquery-1.11.1.min.js | |
| // ==/UserScript== |
This file contains hidden or 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 hitode gunyagunya | |
| // @namespace http://use.i.E.your.homepage/ | |
| // @version 0.1 | |
| // @description enter something useful | |
| // @match http://hitode909.hatenablog.com/* | |
| // @copyright 2012+, You | |
| // ==/UserScript== | |
| $(function(){ |
This file contains hidden or 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 優等列車大量購入と全自動改造 | |
| // @namespace http://ssig33.com/ | |
| // @version 2.0 | |
| // @description enter something useful | |
| // @match http://meicolle.kdns.info/ | |
| // @copyright 2014+, ssig33 | |
| // ==/UserScript== | |
| var buy_car = function(){ |
This file contains hidden or 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 優等列車大量購入 | |
| // @namespace http://ssig33.com/ | |
| // @version 1.0 | |
| // @description enter something useful | |
| // @match http://meicolle.kdns.info/ | |
| // @copyright 2014+, ssig33 | |
| // ==/UserScript== | |
| var buy_car = function(){ |
This file contains hidden or 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 Twitter auto with replies | |
| // @namespace http://use.i.E.your.homepage/ | |
| // @version 0.2 | |
| // @description enter something useful | |
| // @match https://twitter.com/* | |
| // @copyright 2012+, You | |
| // ==/UserScript== | |
| f = function(){ |
This file contains hidden or 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
| #page-container > div.AppContainer > div > div > div.Grid-cell.u-size3of4 > div > div.Grid-cell.u-size1of3{ | |
| display:none; | |
| } | |
| #page-container > div.AppContainer > div > div > div.Grid-cell.u-size3of4 > div > div.Grid-cell.u-size2of3{ | |
| width:100% !important; | |
| } |