*目次 [#n2850ed0] -[[マウスオーバーからスクリプトを起動する>マウスオーバー#af8211c0]] -[[上記機能の使用例>マウスオーバー##vdd1ab1a]] -[[上記機能の使用例>マウスオーバー#vdd1ab1a]] --[[ニコニコ動画の動画情報をマウスオーバーでポップアップ>マウスオーバー#m8844cdf]] --[[Youtubeの動画情報をマウスオーバーでポップアップ>マウスオーバー#bc3c87d0]] --[[Twitterのつぶやきをマウスオーバーでポップアップ>マウスオーバー#ac06f6d6]] *マウスオーバーからスクリプトを起動する [#af8211c0] URLExec2.datを導入することにより、リンクをマウスオーバーする際、V2Cのスクリプトを実行することができるようになりました。(V2C独自拡張)~ URLExec2.datの概要については[[こちら>Jane互換ファイル#c848f058]]を参照してください。 *上記機能の使用例 [#vdd1ab1a] **ニコニコ動画の動画情報をマウスオーバーでポップアップ [#m8844cdf] #region(スクリプト/PopupStatusNicovideo.js を展開); #include(スクリプト/PopupStatusNicovideo.js); #endregion **Youtubeの動画情報をマウスオーバーでポップアップ [#bc3c87d0] #region(スクリプト/PopupStatusYoutube.js を展開); #include(スクリプト/PopupStatusYoutube.js); #endregion **Twitterのつぶやきをマウスオーバーでポップアップ [#ac06f6d6] #region(スクリプト/popupTweet.js を展開); #include(スクリプト/popupTweet.js); #endregion #region(スクリプト/popupTwitterInfo.js を展開); #include(スクリプト/popupTwitterInfo.js); #endregion ----