2018-11-08から1日間の記事一覧

Togetterにコメント欄へ飛ぶリンクを追加

// ==UserScript== // @name togetter_simple // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match https://togetter.com/li/* // @grant none // ==/UserScript== var result =…

日本将棋連盟公式サイトまいにち詰将棋から3手詰め以外の問題を消す

// ==UserScript== // @name tsume_shogi_everyday_3 // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match https://www.shogi.or.jp/tsume_shogi/everyday/* // @grant none // …

ニュートピ!の記事へのリンクと「記事をすぐ読む」リンクを入れ替える

// ==UserScript== // @name newtopi_link_exchange // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match https://newstopics.jp/* // @grant none // ==/UserScript== var resu…