|
sidki-config: Jan 14 2009 beta 2
|
|
Feb. 02, 2009, 09:57 PM
Post: #61
|
|||
|
|||
RE: sidki-config: Jan 14 2009 beta 2
(Feb. 02, 2009 09:38 PM)sidki3003 Wrote: Lee: I'm still none the wiser ![]() I'm probably missing the point or we're at cross purposes. Or I'm just generally confused. (I've been attempting to sort out that 'confirm box' thing I posted freshly about earlier today in the Filter Help/Request forum. Having looked into javascript, scripts, and made other vague but well intentioned efforts to get my head around matching in Prox etc, my brain is somewhat fried. Oh, without success, obviously. How you guys know and do all this stuff, I'll never know.) ![]() ![]() ![]() Lee |
|||
|
Feb. 02, 2009, 10:54 PM
Post: #62
|
|||
|
|||
|
RE: sidki-config: Jan 14 2009 beta 2
soccerfan |
|||
|
Feb. 05, 2009, 07:43 PM
Post: #63
|
|||
|
|||
|
RE: sidki-config: Jan 14 2009 beta 2
Well, thank _you_, i think it was a good idea, because updating the IncludeExclude list is one of the few things left. So i've attached my current version - again.
Here are the domains that no longer receive special treatment, compared to the January 14 2009 IncludeExclude version: Quote:al.com If you happen to frequent one of these sites, and something is broken that used to work before, let me know. edit: Oh, and i've also fixed beautiful NYT (multimedia). ![]() edit2: This will be the last snapshot, as coming changes/removals may rely on changed filters/list entries. |
|||
|
Feb. 05, 2009, 08:51 PM
Post: #64
|
|||
|
|||
|
RE: sidki-config: Jan 14 2009 beta 2
Noticed the other day that Babelfish translation is broken (because of some redirect to http://babelfish.yahoo.com/). The "source" url doesn't appear anymore (like in the Intertran case).
Sidki, may I request a little addon to the menu? I find it quite useful sometimes so.... maybe others do as well... The ability to do a "f_ua_gbot" but on the go, without adding an IncludeExclude-U entry. The reason? Visiting random forums (after following a search engine result) that allow Gbot access, but need to be registered otherwise. Yes, you're allowed to call me lazy, but otherwise I'll be filling up my IncludeExclude-U list with clutter just to check two or three pages once ![]() I have to say that I was trying to decypher your coding but as I'm quite short on time (and expertise! ) didn't dwell too deep on it (and might be better to listen to the AUTHOR).Thank you sidki! |
|||
|
Feb. 05, 2009, 08:54 PM
Post: #65
|
|||
|
|||
|
RE: sidki-config: Jan 14 2009 beta 2
Thanks again for the updated IncludeExclude.
The ones I frequent out of the no-longer-needed-sites are nbc and youtube. Will try them out with the 2-05 list and report if anything breaks. Do I sense a new sidki release in the offing
soccerfan |
|||
|
Feb. 05, 2009, 10:58 PM
Post: #66
|
|||
|
|||
RE: sidki-config: Jan 14 2009 beta 2
(Feb. 05, 2009 08:51 PM)eclipse Wrote: Noticed the other day that Babelfish translation is broken (because of some redirect to http://babelfish.yahoo.com/). The "source" url doesn't appear anymore (like in the Intertran case). Fixed, thanks. ![]() Quote:Sidki, may I request a little addon to the menu? I'm aware that there are quite some useful things that could be added to the submit form (right column). It would get longer and longer, losing harmony with the left and middle column. In the long run the menu might be in need of a redesign... However, you can add below line to your personal copy of proxjs-x-menu.js: Code: x[x.length] = check; x[x.length] = "\"f_ua_gbot\" />Googlebot</label></a></div>";...just above this line: Code: x[x.length] = "\n<div class=\"ProxMSep-Div\"></div>";Quote:Yes, you're allowed to call me lazy, but otherwise I'll be filling up my IncludeExclude-U list with clutter just to check two or three pages once I was just going to say something about my current attitude towards users coquetting with their own laziness (as well as lack of free cycles), but as long as you try... |
|||
|
Feb. 05, 2009, 11:34 PM
Post: #67
|
|||
|
|||
RE: sidki-config: Jan 14 2009 beta 2
(Feb. 05, 2009 08:51 PM)eclipse Wrote: The ability to do a "f_ua_gbot" but on the go, without adding an IncludeExclude-U entry. i do these types of activities via self-made GreenBrowser plugins... in Opera, i perform these duties via "bookmarklets" (which would work for Firefox as well)... basically, the below saved as a "bookmark" (but condensed into a single-line of code) - Code: <script language="JavaScript"> |
|||
|
Feb. 06, 2009, 12:22 AM
Post: #68
|
|||
|
|||
RE: sidki-config: Jan 14 2009 beta 2
Quote:However, you can add below line to your personal copy of proxjs-x-menu.js: That's more than enough for me, thank you very much Sidki! ProxRocks, your method is really good! I've totally forgot about bookmarklets. Thank you! Quote:I was just going to say something about my current attitude towards users coquetting with their own laziness (as well as lack of free cycles), but as long as you try...Don't worry. I'm determined to pay more attention and learn! ![]() Having you guys (and/or gals) around is very encouraging! Thank you again. |
|||
|
Feb. 06, 2009, 08:26 PM
Post: #69
|
|||
|
|||
|
RE: sidki-config: Jan 14 2009 beta 2
Hi Sidki i wrote these filters to set the variables Inside_Script, Inside_Style and Inside_Link to 1 if we are parsing a Script, a Style or a Link respectively.
Code: [HTTP headers]Could you tell me in 2 lines of text if you use something similar, and the valors they take in these cases? Its only for trying to do some of my filters compatible with your config, just like the ilevel=5. TIA und hab ein Gut Wochenende! * z12 helped me deciding where to put the filter "Defining [Inside_Script/Link/Style] {ln}090123 (Read!)". Hope he becomes better soon. |
|||
|
Feb. 06, 2009, 09:31 PM
Post: #70
|
|||
|
|||
|
RE: sidki-config: Jan 14 2009 beta 2
First filter: No equivalent ("hRealCT" acts differently)
Second filter: script: s-*, tStyle: s-css Third filter: script: 11+ -> inside, normal (if outside comment: 11: double nest, 111: triple nest, etc.) 1s -> inside, contains src attribute void -> inside, already defused empty -> outside tAnc: 11+ -> inside (11: double nest, 111: triple nest, etc.) j -> JS link empty -> outside tStyle: 1 -> inside empty -> outside See also Global_Vars.txt. |
|||
|
Feb. 06, 2009, 09:45 PM
Post: #71
|
|||
|
|||
| RE: sidki-config: Jan 14 2009 beta 2 | |||
|
Feb. 06, 2009, 09:57 PM
Post: #72
|
|||
|
|||
|
RE: sidki-config: Jan 14 2009 beta 2
Super!! Vielen Dank Sidki!
Your vars are more complex than i was expecting but we have in common when our vars are empty we are outside. I will change the test of my vars from (^$TST ...=1) to (^$TST ...=*) to make them more compatible. |
|||
|
Feb. 07, 2009, 04:40 AM
Post: #73
|
|||
|
|||
|
RE: sidki-config: Jan 14 2009 beta 2
Code: [Patterns]How about changing the i_proxy setting from [#1:*] to [#2:*]? If somebody enable the "! |||||||||||| 3.2 Use Proxy by Default 5.09.12 [srl] (o.1) (Out)" header filter, he should be already aware of that all pages are transferred through proxy, so we don't need to add the [Proxy] indicator on every page, which is a little annoying when you have many tabs opened, because the titles were shorten and you can see only [Pr... |
|||
|
Feb. 07, 2009, 08:39 PM
Post: #74
|
|||
|
|||
|
RE: sidki-config: Jan 14 2009 beta 2
That surely makes sense!
The thing is that the general switches in the Prox menu form are controlled by a single function, which toggles values between "0" and "1". I don't recall the details right now, but "2" would have side effects. Now, if you chose "Use Proxy -> Session", i think it's very helpful to see the proxy indicator. So i don't know how to get it right for both situations. If you don't use a proxy that requires authentication, you could just check "Use Remote Proxy" from the Prox main GUI. Then you don't get the indicator. |
|||
|
Feb. 07, 2009, 10:41 PM
Post: #75
|
|||
|
|||
|
RE: sidki-config: Jan 14 2009 beta 2
Try this, i'll try it too:
Code: [HTTP headers]"TEST", because quite some filters do a "i_[^:]+:" or similar keyword check. |
|||
|
« Next Oldest | Next Newest »
|

Search
Member List
Calendar
Help








![[-]](images/ONi/collapse.gif)
