明示的に開くならブックマークレットで。Redirect Tumblr javascript:(function(e){if(!e)return;location.href=e.href;})(document.querySelector&&document.querySelector('.source%20a')); 自動的に開くなら GreaseMonkey で。 // ==UserScript== // @name Auto redirect from Tumblr // @namespace https://www.otchy.net/ // @include http://*.tumblr.com/post/* // ==/UserScript== (function(e){ if (!e) return; location.href = e.href; })(document.q