Open Opera widget

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
serendipity
Posts: 3360
Joined: 07 May 2007 18:14
Location: NJ/NY

Open Opera widget

Post by serendipity »

For those who have widgets in opera browser, you can create an easy script to open them from XY.

In this case, I open a Local weather report widget (called touchthesky):

Code: Select all

//Open with Opera
 ::openwith C:\Program Files\Opera_10074\opera.exe, 
// Single instance (this might not be necessary)
 s, 
// Location of the widget
 C:\Program Files\Opera_10074\profile\widgets\touchtheSky_3903_1.14.wgt
Maybe you already knew it, just wanted to share. :)

Pagat
Posts: 306
Joined: 09 Oct 2007 21:23
Location: Austria

Post by Pagat »

nice widget and nice script.
(Though, it says "partly cloudy" for Vienna but it rains like hell :) Thank god i'm not in of the public viewing areas right now...)

serendipity
Posts: 3360
Joined: 07 May 2007 18:14
Location: NJ/NY

Post by serendipity »

Pagat wrote:nice widget and nice script.
(Though, it says "partly cloudy" for Vienna but it rains like hell :) Thank god i'm not in of the public viewing areas right now...)
:lol: , you gotto blame www.accuweather.com for that.

Post Reply