Skip to content

Instantly share code, notes, and snippets.

@td72
td72 / open_arxiv_html.js
Created January 25, 2022 05:15
arxivのページからarxiv-vanityを並べて翻訳パネルを出すコマンドチェイン
javascript:window.open(`https://www.arxiv-vanity.com/papers/${location.pathname.split('/').pop().replace('.pdf', '')}`);if(history.replaceState){history.replaceState({},null,location.href);};
@td72
td72 / .envrc
Last active April 11, 2017 10:47
virtualenvとdirenvによるpython環境構築 ref: http://qiita.com/TD72/items/308fdb8032d2db2f042b
layout python $(pythonz locate 3.6.0)