Skip to content

Instantly share code, notes, and snippets.

## http://docs.livestreamer.io/index.html
#player-passthrough=hls
player=E:\MPC-HC\mpc-hc64.exe
#player=E:\mpv\mpv.exe
#player=E:\mpv\mpv.exe --cache 128
#player=E:\VLC\vlc.exe
#player=E:\VLC\vlc.exe --file-caching=5000 --network-caching=5000
rtmpdump=E:\rtmpdump\rtmpdump.exe
#default-stream=best
// ==UserScript==
// @name KILL Google Click Tracking
// @include https://www.google.com/*
// @include https://www.google.co.jp/*
// @version 1.0
// ==/UserScript==
(function() {
var del = function(node) {
if(node.nodeName === 'A') {
/*
スクリプト初期化データ
guid={62888523-6C0A-4CAA-9B81-8AF279D7D5E1}
caption=OnDoneThreadGrowl
version=0
hint=ダウンロードスレッド終了時、Growlへ通知
event=OnDoneThread
match=
author=Qofar
synchronize=1
// ==UserScript==
// @name Twitter - NG Word Filter Mod
// @namespace http://d.hatena.ne.jp/Cherenkov/
// @description Hide NG word
// @version 0.3
// @date 20150911
// @include http://twitter.com/*
// @include https://twitter.com/*
// @grant GM_addStyle
// @grant GM_registerMenuCommand
// ==UserScript==
// @name LDR_YouTubeThumbnails
// @include http://reader.livedoor.com/reader/*
// @version 0.1
// ==/UserScript==
(function(){
function source() {
window.register_hook('before_printfeed', function(feed) {
if(feed.channel.link.indexOf('http://www.youtube.com/') === 0) {
@Qofar
Qofar / reddit_highlight_newcomments.user.js
Last active August 29, 2015 14:15
Redditの新着コメントに色付けし、vキー(shift+v)押下で新着コメントまで移動するUserScript
// ==UserScript==
// @name Reddit highlight new comments
// @include /https?:\/\/[a-z]+\.reddit\.com\/r\/[\w:+-]+\/comments\//
// @grant none
// @license MIT License
// @version 1.0.3
// ==/UserScript==
(function(){
// -------- setting --------
var enableRESfocus = false; // Reddit Enhancement SuiteのKeyboard Navigation(focus)と連動させるかどうか
@Qofar
Qofar / ReditrMod.md
Last active August 29, 2015 14:15
Reditr ChromeApps版改造
  • index.htmlbodyへ以下を追加
  <script type="text/javascript" src="custom.js"></script>
  <link type="text/css" rel="stylesheet" href="custom.css">
  • コメント修正日時追加 : l.jscommentPostedTime付近に以下を追加
                    var edit = '';
 if(N.edited !== false) {
// ==UserScript==
// @name LDR_FaviconByGoogle
// @include http://reader.livedoor.com/reader/*
// @version 1.0.0
// ==/UserScript==
(function(){
with(unsafeWindow) {
register_hook("AFTER_SUBS_LOAD", function() {
var treeitems = document.getElementsByClassName('treeitem');
Array.prototype.forEach.call(treeitems, function(treeitem) {
@Qofar
Qofar / Tweetdeck_ShowHide_Tweet.user.js
Last active August 29, 2015 14:10
TweetDeckで簡易既読管理するUserScript vキー押下でツイートが非表示になるだけ shift+vキーで非表示解除
// ==UserScript==
// @name Tweetdeck Show/Hide Tweet
// @include https://tweetdeck.twitter.com/*
// @version 1.0
// @license MIT License
// ==/UserScript==
(function() {
var KEY_CODE = 86;
@Qofar
Qofar / feedly_nicofetch.user.js
Created November 15, 2014 02:54
[NicoCache_nl] feedlyから;キーでfetch開始する
// ==UserScript==
// @name feedly_nicofetch
// @version 1.0
// @include http://feedly.com/*
// @include https://feedly.com/*
// @grant GM_xmlhttpRequest
// @require http://www.nicovideo.jp/local/nlMovieFetcher.js
// ==/UserScript==
(function(){