NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name 株探ダイレクトPDF // @description 株探内のPDFを従来のように直接表示します。戻るボタンが効かなくなるので注意。 // @namespace usagi // @include http://kabutan.jp/disclosures/pdf/*/*/ // @run-at document-start // @downloadURL https://github.com/usagi2/userscript/raw/master/kabu/KabutanDirectPDF.user.js // @version 0.1.4.1 // ==/UserScript== 'use strict'; location.href = location.href.replace('/kabutan.jp/disclosures/pdf/', '/211.6.211.247/tdnet/data/').replace(/\/$/, '.pdf');