![]() |
|
Skip Flash Toggle button - Printable Version +- The Un-Official Proxomitron Forum (https://www.prxbx.com/forums) +-- Forum: Proxomitron Config Sets (/forumdisplay.php?fid=43) +--- Forum: Sidki (/forumdisplay.php?fid=44) +--- Thread: Skip Flash Toggle button (/showthread.php?tid=2318) |
Skip Flash Toggle button - fpout - Sep. 14, 2017 06:03 PM Hello, I'd like to directly open flash graphs on Google finance ie: https://finance.google.com/finance?q=IBM without having a toggle buuton appear, that I have to click. I tried adding this to Exceptions-U list, without success: Code: finance.google.com/ $SET(0=a_flash.a_embed.)Where am I wrong, what should I do to get rid of that flash toggle button ? There doesn't seem to have any finance.google.com occurence in Exception nor Exception-U. Thanks in advance. RE: Skip Flash Toggle button - JJoe - Sep. 15, 2017 10:20 PM You may not be wrong. This (Sep. 14, 2017 06:03 PM)fpout Wrote: I tried adding this to Exceptions-U list, without success: eventually worked for me. My browser refused to get a new unfiltered copy of the file for the Proxomitron. Clearing the cache didn't help. The file with the code is https://finance.google.com/finance/f/sfe-opt-3486549999.js . Adding your list entry, clearing the cache, and requesting https://finance.google.com/finance/f/sfe-opt-3486549999.js?prx-command=dbug.. got a file without the toggle code. Note: If you are not using ProxHTTPSProxyMII, your list entry may need to be Code: finance.google.com: $SET(0=a_flash.a_embed.)RE: Skip Flash Toggle button - fpout - Sep. 20, 2017 04:40 PM Thanks, JJoe. I tried both Exceptions-U entries (and I do not have any other finance.google* entry in any Exception list) Code: finance.google.com: $SET(0=a_flash.a_embed.)And the figures in the https://finance.google.com/finance/f/sfe-opt-... js file url change regularly. I worked around that stubborn Toggle button by adding "^finance.google.com" to the Toggle Flash webfilter: Code: Filter Name:Not an elegant solution, but for now, it works. If anybody has a better solution, I'll take it. RE: Skip Flash Toggle button - JJoe - Sep. 21, 2017 09:52 PM (Sep. 20, 2017 04:40 PM)fpout Wrote: I tried both Exceptions-U entries (and I do not have any other finance.google* entry in any Exception list) Did the entries show at http://local.ptron/.pinfo/lists/Exceptions-U ? While there, look for unexpected or incorrect entries like "(unknown), etc. RE: Skip Flash Toggle button - fpout - Sep. 26, 2017 01:29 PM http://local.ptron/.pinfo/lists/Exceptions-U just shows this one for finance.goo: Code: 1129 0 0 19 0 finance.google.com/ $SET(0=a_flash.a_embed.)and all entries seem regular, I couldn't find any odd one. RE: Skip Flash Toggle button - JJoe - Sep. 28, 2017 03:45 AM What happens after you move the entry to the top of Exceptions-U? (Sep. 26, 2017 01:29 PM)fpout Wrote: http://local.ptron/.pinfo/lists/Exceptions-U just shows this one for finance.goo: If that is after you have visited finance.google.com, something is wrong. The list entry is on Line 1129 and has not been scanned. Mine looks like: Code: 11 21 21 19 0 finance.google.com/ $SET(0=a_flash.a_embed.)This shows the entry is on Line 11, has been Scanned 21 times, has Matched 21 times. RE: Skip Flash Toggle button - fpout - Oct. 30, 2017 11:48 AM I moved my entry from line 1129 to line 11, with exactly the same result : not matched. Not related with the line position within list. Finally, as google finance is httpS, and I've been bothered times ago with other https-sites issues, solved by appending the ":443" port to the url, I tried: Code: finance.google.com:443/ $SET(0=a_flash.a_embed.)http://local.ptron/.pinfo/lists/Exceptions-U now displays: Code: 1129 22 22 23 0 finance.google.com:443/ $SET(0=a_flash.a_embed.)Thanks for your help, JJoe. |