Windowsでもやるならdetour経由が簡単
http://9436.sitemix.jp/wiki/

DATの設定でUSER Agentだけ設定したら終わり (HTMLモード)
USER Agent例 :Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:52.0) Gecko/20100101 Firefox/52.0 Cyberfox/52.1.3

;;navi2ch側(init.el?)でポート設定
(setq navi2ch-net-http-proxy "localhost:9436")
;; 書き込み時にproxyを通さないようにする
(setq navi2ch-net-send-message-use-http-proxy nil)