AutoHotkey Community

It is currently May 27th, 2012, 5:50 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 5 posts ] 
Author Message
PostPosted: September 2nd, 2010, 10:24 am 
Offline

Joined: June 3rd, 2008, 6:44 pm
Posts: 27
Does anyone know how to get the cached source file of the current webpage in Opera? Right now, I use UrlDownloadToFile to get the source, but that can take a few seconds with large pages. It also seems wrong to re-download the source when it's already sitting in Opera's cache.

Note that I don't want to use 'View source' because that pops up a text editor. I want my script to edit the source in the background without opening any windows.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 7th, 2010, 12:36 pm 
Offline

Joined: June 3rd, 2008, 6:44 pm
Posts: 27
No one?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 7th, 2010, 12:42 pm 
Ask it on the Opera user javascript forum.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: June 25th, 2011, 12:37 pm 
Offline

Joined: June 3rd, 2008, 6:44 pm
Posts: 27
I found that the best way is to do it through Opera's settings, and to pass the cached filename to the script, like this:
Code:
s ctrl shift="Execute program, "ScriptName.ahk", "%s""

In the script, you can load the contents of the cached file like this:
Code:
FileRead, CachedFile, %1%

A short list of variables to use in Opera can be found here.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 25th, 2011, 4:09 pm 
I had the same question WRT FF cache.

I ran an installation monitor called "uninstall total" (last freeware version.) then viewed some websites with FF.

Then viewed changed files as reported by uninstall total, and that revealed the were the cache was.


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: batto, migz99, mrhobbeys, rbrtryn, sjc1000 and 63 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group