備忘録

備忘録

2014-12-01から1ヶ月間の記事一覧

Cheome アラド戦記自動ログイン

もっと早いログインツールできました。Nexon用です。必要なもの 1) TampermonkeyをChromeにインストールする 2) Tampermonkeyを右クリックし、オプションを開く 3) 画像の①をクリックし、以下のスクリプトを貼り付ける https://gist.github.com/kagasu/08e0d…

C# WebBrowserのcookieを消す(削除する)

C#

方法1 webBrowser1.Document.ExecCommand("ClearAuthenticationCache", false, null); http://stackoverflow.com/questions/21265674/delete-cookies-in-webbrowser-without-restart※2017/09/20追記 Windows 10 Professional 64bit 1703 .NET Framework 4.6.…