| Author |
Message |
Forum: Scripts Topic: Copy/Paste functions that don't rely on key stuffing! |
| anomalous3 |
|
Posted: February 5th, 2010, 11:38 pm
|
|
Replies: 0 Views: 1649
|
| Finally, a set of copy/paste functions that doesn't rely on key stuffing (i.e. sending "Control c" or "Control v"). This is handy on several levels and is generally considered good practice. It also reduces bizarre behavior. Unfortunately, it means using over 100 lines of code fo... |
|
 |
Forum: Support Topic: pandora and IE |
| anomalous3 |
|
Posted: January 6th, 2010, 11:35 am
|
|
Replies: 25 Views: 2300
|
| Here's the completed pandora tuner. Lets you change stations with hotkeys, something that (to my knowledge) no other pandora app lets you do, not even the one that comes with pandora One. Still won't let you listen outside the US though. /* Anomalous3's Pandora tuner. Originally designed so I could ... |
|
 |
Forum: Scripts Topic: Basic Webpage Controls with JavaScript / COM - Tutorial |
| anomalous3 |
|
Posted: January 6th, 2010, 11:11 am
|
|
Replies: 270 Views: 67761
|
| I noticed in my task manager that "iexplore.exe" stays open and munches up memory even if you use the COM_Invoke(pwb, "Quit") method, so I did some searching on the MSDN and found that I need to use the COM universal "Close" method as well to free up the resources used ... |
|
 |
Forum: Scripts Topic: Basic Webpage Controls with JavaScript / COM - Tutorial |
| anomalous3 |
|
Posted: January 6th, 2010, 11:10 am
|
|
Replies: 270 Views: 67761
|
| I noticed in my task manager that "iexplore.exe" stays open and munches up memory even if you use the COM_Invoke(pwb, "Quit") method, so I did some searching on the MSDN and found that I need to use the COM universal "Close" method as well to free up the resources used ... |
|
 |
Forum: Support Topic: pandora and IE |
| anomalous3 |
|
Posted: January 3rd, 2010, 3:00 am
|
|
Replies: 25 Views: 2300
|
| The problem with Pandora is that the tuner needs to be "in focus" to work properly with hotkeys. This means first that it's pretty difficult to send keys to a minimized window. Indeed, one of my favorite applications, OpenPandora, stopped working with it's builtin hotkeys. So, with proper ... |
|
 |
Forum: Scripts Topic: Capturing Firefox Session Data! |
| anomalous3 |
|
Posted: December 7th, 2009, 7:46 am
|
|
Replies: 5 Views: 3236
|
| Speaking of which, here's a snippet I made to automatically put the Firefox profile directory into a variable (as it can vary and many people have custom settings). MZD = %A_AppData%\Mozilla\Firefox ;First find the application data path for Firefox IniRead, rel, %MZD%\profiles.ini, Profile0, IsRelat... |
|
 |
Forum: Scripts Topic: Capturing Firefox Session Data! |
| anomalous3 |
|
Posted: December 5th, 2009, 10:10 pm
|
|
Replies: 5 Views: 3236
|
| well it looks like sessionstore.js is only read when a new firefox session opens; other than that, Firefox just writes to it and replaces anything that needs to be replaced. oh well. We'll just have to find another way. But at least capturing data's fun! |
|
 |
Forum: Scripts Topic: Capturing Firefox Session Data! |
| anomalous3 |
|
Posted: November 23rd, 2009, 9:39 am
|
|
Replies: 5 Views: 3236
|
| When faced with the extremely tricky problem of retrieving live form data from a web page in Firefox, I stumbled upon an unexpected solution: Firefox's current session data is all stored in a file called "sessionstore.js". This file is located in your firefox profile folder, typically unde... |
|
 |
| Sort by: |