Author Topic: JD's config set (updated 08-12-02)  (Read 44293 times)

Deporange

  • Newbie
  • *
  • Posts: 11
    • ICQ Messenger -
    • AOL Instant Messenger -
    • Yahoo Instant Messenger -
    • View Profile
    • Email
JD's config set (updated 08-12-02)
« Reply #75 on: August 04, 2002, 08:59:12 PM »
Altosax - good point; at this stage, as a newbie, I'm erring on the cautious side.  Also, running WinXP/IE6, I'm a little concerned about what mischief MS might try to pull.  I've seen some recent threads about MS Updates with questionable intent when it comes to my privacy.  Finally, if I don't use the User Agent header filter, this is what my browser sends:  

"User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Q312461)"

I believe the last "word" in the string refers to a patch that's been applied... this seems to be pretty detailed tracking of the browser version.

Steve D
Steve D

JD5000

  • Moderator
  • Full Member
  • *****
  • Posts: 241
    • ICQ Messenger -
    • AOL Instant Messenger -
    • Yahoo Instant Messenger -
    • View Profile
    • http://home.satx.rr.com/jd5000/
    • Email
JD's config set (updated 08-12-02)
« Reply #76 on: August 05, 2002, 12:02:11 AM »
Yes, that's why I use it. I don't like IE sending all that extra info... My IE UA has more info then Deporange's. All they need to know is my browser...

--------
Infopros Joint :: Computer Related Links And Discussion

JD5000

  • Moderator
  • Full Member
  • *****
  • Posts: 241
    • ICQ Messenger -
    • AOL Instant Messenger -
    • Yahoo Instant Messenger -
    • View Profile
    • http://home.satx.rr.com/jd5000/
    • Email
JD's config set (updated 08-12-02)
« Reply #77 on: August 05, 2002, 12:04:37 AM »
quote:

Ok, got it... after lots of futzin - it ain't easy being a newbie!

The blocklist is Allow-UA (not Allow-User Agents).  Need to update URL Match in both rules:

User-Agent: Default - IE/Mac (Out) {5.d}
     >> (^$LST(DumbSites)|$LST(Allow-UA))

User-Agent: Dumb Sites (Fake IE) (Out) {1.d}
     >> ($LST(DumbSites))&(^$LST(Allow-UA))



Steve D



Doh! I'm sorry about that.

--------
Infopros Joint :: Computer Related Links And Discussion

JD5000

  • Moderator
  • Full Member
  • *****
  • Posts: 241
    • ICQ Messenger -
    • AOL Instant Messenger -
    • Yahoo Instant Messenger -
    • View Profile
    • http://home.satx.rr.com/jd5000/
    • Email
JD's config set (updated 08-12-02)
« Reply #78 on: August 05, 2002, 12:06:40 AM »
quote:

Hi JD5000.
I missed a filter for flash ads by size in your config set. Hope you like it.

Name = "Kill - flash ads by size"
Active = TRUE
URL = "($TYPE(htm)|$TYPE(js))(^$LST(Bypass-Ads))"
Bounds = "<object*</object>|<embed*</embed>|<params*>"
Limit = 2048
Match = "*(src|value)=$AV(*.swf)*& *$LST(AdDims)"
Replace = "<center><span class=Prox style=display:none;>[Flash ad removed- 9]</span></center>"

-----------------
Try Crazy Browser    www.crazybrowser.com

 



Hiya lnminente,

Looks good to me, most likely will be in the next release.

--------
Infopros Joint :: Computer Related Links And Discussion

lnminente

  • Jr. Member
  • **
  • Posts: 73
    • ICQ Messenger -
    • AOL Instant Messenger -
    • Yahoo Instant Messenger -
    • View Profile
    • Email
JD's config set (updated 08-12-02)
« Reply #79 on: August 05, 2002, 01:57:05 AM »
Hello again.

I'm need help with "Kill - javascript banners {6.d}", this filter crashes some webs.

I tried to change the original matching expression (Script|Adlist):
*((<iframe|=?=?=?=?|banner_height)$SET(#=Script List)|
://$AV(($LST(AdList)|++.akamai.net/|f.about.com/)$SET(#=AdList)*))*


By that (Script|document.write(Adlist)):
*((<iframe|=?=?=?=?|banner_height)$SET(#=Script)|*document.write(*://$AV(($LST(AdList)|++.akamai.net/|f.about.com/)$SET(#=AdList-9)*))*)*


Or by that(Script|document.write(Offsite)):
*((<iframe|=?=?=?=?|banner_height)$SET(#=Script)|*document.write(*&*(href|src)=$AV(http://(^h)*))*$SET(#=Offsite))*


NOTE1: I'm not sure what i am doing. Can someone verify my changes?

NOTE2: I don't know how to quit the smiley , it replaces [ ^ ] (without spaces)

Edited by - lnminente on 05 Aug 2002  03:10:19
 

JD5000

  • Moderator
  • Full Member
  • *****
  • Posts: 241
    • ICQ Messenger -
    • AOL Instant Messenger -
    • Yahoo Instant Messenger -
    • View Profile
    • http://home.satx.rr.com/jd5000/
    • Email
JD's config set (updated 08-12-02)
« Reply #80 on: August 05, 2002, 02:12:21 AM »
Hi lnminente,

Could ya give me the links to the problem sites?

--------
Infopros Joint :: Computer Related Links And Discussion

Edited by - JD5000 on 05 Aug 2002  03:12:50

Deporange

  • Newbie
  • *
  • Posts: 11
    • ICQ Messenger -
    • AOL Instant Messenger -
    • Yahoo Instant Messenger -
    • View Profile
    • Email
JD's config set (updated 08-12-02)
« Reply #81 on: August 05, 2002, 03:51:14 AM »
quote:
Doh! I'm sorry about that.

JD - no problem, man!  I'm so far ahead because of your config, a little time spent in the Help files is good for me.  I learned a lot about matching syntax - but there's much more to learn!  Thanks for your help and keep up the good work.
Steve D

altosax

  • Sr. Member
  • ****
  • Posts: 328
    • ICQ Messenger -
    • AOL Instant Messenger -
    • Yahoo Instant Messenger -
    • View Profile
    • http://
    • Email
JD's config set (updated 08-12-02)
« Reply #82 on: August 05, 2002, 09:47:23 AM »
inminente wrote:

quote:

I'm not sure what i am doing. Can someone verify my changes?



the change you need is to replace [ ^ ] with [^/]. there is a missing / to add.

regards,
altosax.

 
 

Deporange

  • Newbie
  • *
  • Posts: 11
    • ICQ Messenger -
    • AOL Instant Messenger -
    • Yahoo Instant Messenger -
    • View Profile
    • Email
JD's config set (updated 08-12-02)
« Reply #83 on: August 05, 2002, 07:33:10 PM »
JD -
In your "====JAVASCRIPT" section, it appears that you are using the Bypass-Start-End blocklist and not Allow-JS.  Allow-JS appears only in Block Browser Info in JS (Misc.) {5.d}.  What's the rationale - isn't Allow-JS intended for these filters?

I'm digging into these filters more as I try to reduce my reliance on IE security settings and increase what Proxo does for me.
THANKS
Steve D

JD5000

  • Moderator
  • Full Member
  • *****
  • Posts: 241
    • ICQ Messenger -
    • AOL Instant Messenger -
    • Yahoo Instant Messenger -
    • View Profile
    • http://home.satx.rr.com/jd5000/
    • Email
JD's config set (updated 08-12-02)
« Reply #84 on: August 05, 2002, 07:41:51 PM »
Hi D,

I'll add Allow JS to the URL match. It was one of the things on my to do list. I just forget what's on that list... LoL The start/end filters can cause problems on certian sites, that's why all start/end filters include that bypass list.

~JD

--------
Infopros Joint :: Computer Related Links And Discussion

Edited by - JD5000 on 05 Aug 2002  20:43:39

lnminente

  • Jr. Member
  • **
  • Posts: 73
    • ICQ Messenger -
    • AOL Instant Messenger -
    • Yahoo Instant Messenger -
    • View Profile
    • Email
JD's config set (updated 08-12-02)
« Reply #85 on: August 05, 2002, 11:52:16 PM »
Hi all.

To Altosax: Many thanks, [ ^ ] replaced with [^/]

But some webs still crashes

To JD5000: JD, in the filter "Kill - javascript banners {6.d}" the "/" is missed



Edited by - lnminente on 06 Aug 2002  01:01:47
 

JD5000

  • Moderator
  • Full Member
  • *****
  • Posts: 241
    • ICQ Messenger -
    • AOL Instant Messenger -
    • Yahoo Instant Messenger -
    • View Profile
    • http://home.satx.rr.com/jd5000/
    • Email
JD's config set (updated 08-12-02)
« Reply #86 on: August 06, 2002, 12:04:53 AM »
Doh! LoL I'll change that..

That shouldn't cause too many problems tho.. That's only for the akami & the f.about URL's.

Can ya give me the URL's? If their not suitable for the board, you can PM them to me..

--------
Infopros Joint :: Computer Related Links And Discussion

lnminente

  • Jr. Member
  • **
  • Posts: 73
    • ICQ Messenger -
    • AOL Instant Messenger -
    • Yahoo Instant Messenger -
    • View Profile
    • Email
JD's config set (updated 08-12-02)
« Reply #87 on: August 06, 2002, 12:15:52 AM »
To JD5000: I sent you one URL.

NOTE: In www.terra.es the following script

<script language="JavaScript">ready=0;document.write('<SCR' + 'IPT language="JavaScript1.1" SRC="http://www.invertia.com/terra_tec/devuelvedatos.asp?' + Num +'"></SCR' + 'IPT>');</script>

doesn't match with the original filter, but with my modification (offsite) yes.
I think this script is to track us. What do you think?

Edited by - lnminente on 06 Aug 2002  02:04:34
 

JD5000

  • Moderator
  • Full Member
  • *****
  • Posts: 241
    • ICQ Messenger -
    • AOL Instant Messenger -
    • Yahoo Instant Messenger -
    • View Profile
    • http://home.satx.rr.com/jd5000/
    • Email
JD's config set (updated 08-12-02)
« Reply #88 on: August 06, 2002, 12:44:10 AM »
You have a PM.

JS Nuker will kill the second script. (SCR' + 'IPT)

& yes maybe a filter to kill off-site scripts might be useful...

--------
Infopros Joint :: Computer Related Links And Discussion

Edited by - JD5000 on 06 Aug 2002  01:49:46

lnminente

  • Jr. Member
  • **
  • Posts: 73
    • ICQ Messenger -
    • AOL Instant Messenger -
    • Yahoo Instant Messenger -
    • View Profile
    • Email
JD's config set (updated 08-12-02)
« Reply #89 on: August 06, 2002, 01:03:30 AM »
Many thanks for your work and your speed, JD5000.

Also, your web is very interesting.

I recommend you some programs i like. All are freeware :

one browser, Crazy Browser.
You can configure it, to clean the cookies at close the program.
And open links on a new tab (window) with a middle mouse button click.

one firewall, Agnitum Outpost.

and one mp3 player is 1by1.

One thing: i dont understand some words (i am from spain)
LOL and PM

can you explain me, please?