>>765

例)パネルへボタンを作る(表示するボタンは例では"Contact13"と"Chat User"だけど変えるのはご自由に)
また、ディレイ時間は各自の環境で適当に調整の事
右クリックメニューに出すアクションの書き方もこれと基本同じ

standard_toolbar (1).ini
----------------------------------------------------------------------------------------------------
[Hotlist Floating.content]
Button●, "UA変更"=Go to page, "opera:config#Custom User-Agent", , , "Contact13" &
Delay, 3000 & Focus next widget & Insert, "目的のUA" & Delay, 100 & Focus next widget & Focus next widget & Click button &
Delay, 500 & Click button & Delay, 1000 & Close page & Delay, 1000 & Force Reload
Button●, "UA初期化"=Go to page, "opera:config#Custom User-Agent", , , "Chat User" &
Delay, 3000 & Focus next widget & Clear & Delay, 100 & Focus next widget & Focus next widget & Click button &
Delay, 500 & Click button & Delay, 1000 & Close page & Delay, 1000 & Force Reload
----------------------------------------------------------------------------------------------------
↑一行が長すぎと怒られたので改行してるけど、それぞれのボタンは一行で記述の事