TVTComment icon indicating copy to clipboard operation
TVTComment copied to clipboard

ニコニコや2chのコメントをオーバーレイ表示するTVTestプラグイン

Results 3 TVTComment issues
Sort by recently updated
recently updated
newest added

Newtonsoft.Jsonを導入し、ニコ実況のJSONWebSocketAPIに接続してコメントデータを取得するように改造しました。 ※もともとのXMLベースのWebsocketAPIは死んだっぽくってTVTCommentが落ちまくりです。 C#のソースをいじるのは実は1億年ぶりです。実装は凄く雑かもしれないが一応当方の環境では問題なさそうです。 変なところもしあれば勝手に修正してくださいm

プラグインの有効無効のたびに新規でログインセッションを取得していたのを、設定ファイルに保持して再利用できるようにしました。 また、再利用したセッションキーでAPIサーバーから401が返ってきたら無効化されるようになっています。

Bumps System.Text.Json from 5.0.0 to 8.0.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=System.Text.Json&package-manager=nuget&previous-version=5.0.0&new-version=8.0.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies