Last active
May 21, 2018 07:04
-
-
Save YuzuRyo61/5a3cfef1cca1eaf5b9b0a75c8f6dc115 to your computer and use it in GitHub Desktop.
マストドンインスタンスのシェアダイアログを表示する超簡易プログラム。ブックマークレット型になってるので、ブラウザでrawでそのままブックマークに登録してください( ˘ω˘)
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:var instance = window.prompt('インスタンスアドレスを入力してください。プロトコルは入れないでください(https://など)。');if(instance!=null){window.open('https://'+instance+'/share', 'mstjsshare', 'width=450, height=500, menubar=no, toolbar=no, scrollbars=no');} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Changelog
キャンセル押したときにnull返答が返りウィンドウが開いてしまう不具合を訂正。