Created
January 25, 2022 05:15
-
-
Save td72/9dcc175d2ea490228b7b7787dda842a1 to your computer and use it in GitHub Desktop.
arxivのページからarxiv-vanityを並べて翻訳パネルを出すコマンドチェイン
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:window.open(`https://www.arxiv-vanity.com/papers/${location.pathname.split('/').pop().replace('.pdf', '')}`);if(history.replaceState){history.replaceState({},null,location.href);}; |
Author
td72
commented
Jan 25, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment