Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - lnminente

Pages: 1 2 [3] 4 5
31
Questions and Answers / images after HTML
« on: August 19, 2002, 11:40:49 PM »
Hi all.

Before this filter i was using using 2/2 max connections to load the html faster. At the moment i will follow with 2/2. I found it optimun for my 56k.

Edited by - lnminente on 20 Aug 2002  00:42:21

32
Questions and Answers / images after HTML
« on: August 19, 2002, 08:03:27 PM »
to JD5000: Try this change with "Visual: Delay Loading IMGs until Page Done (JarC)"

Replace = "1 SRC="" PRXsrc="2"3"

I preffer to view how the page is loading, and the time i am not spending

 

33
Privacy / Kill Webbugs: Another One
« on: August 19, 2002, 07:37:18 PM »
one suggestion and question:

Could you use a iframe instead of a gif image?

 

34
Questions and Answers / images after HTML
« on: August 19, 2002, 07:28:24 PM »
Ups, one inconvenience:

If i save the page to hard disk with the browser, it saves the html and clear.gif but not the original images

Note: I think that i will can live with this

 

35
Questions and Answers / images after HTML
« on: August 19, 2002, 06:50:28 PM »
Hi TEggHead, my "amigo".

I have been testing your filters and think that...
...YOU MADE IT!!.

I placed these filters at the end (for a safer way) and deactivated 'Multi' as you said.

The results are that these filters rocks. An indispensable filters.

My 56k modem has a new life. Now i can read the text and don't wait to load all the images.

A lot of thanks to you.

Edited by - lnminente on 19 Aug 2002  20:31:15

36
Spam Blockers / Banner Killers: Another Two
« on: August 19, 2002, 12:05:54 AM »
Hi sidki. Beautiful filters.

But one thing with flash:

<object
      codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0
      height=60 width=468 classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000>
                                    <param name="movie" value="http://www.exito.com/BANNER.swf">
                                    <param name="quality" value="best">
                                    <param name="play" value="true">
                                    <embed
      src="http://www.exito.com/BANNER.swf"
      type="application/x-shockwave-flash" width="468" height="60"
      pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
      quality="best" play="true">
</embed>
                                 </object>

get converted as:

<span class=prox style=display:inline;><a class="prox" id="proxlower" href='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0' target="_top">[object:
a.common.1 468x60]</a></span>

and href would be
"http://www.exito.com/BANNER.swf"

Another example code is:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" width="468" height="60">
                              <param name="movie" value="portal.swf">
                              <param name="quality" value="best">
                              <param name="play" value="true">
                              <embed src="portal.swf" type="application/x-shockwave-flash" width="468" height="60" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" quality="best" play="true">
                           </object>


Regards

Edited by - lnminente on 19 Aug 2002  01:10:04

37
Questions and Answers / images after HTML
« on: August 18, 2002, 10:54:10 PM »
Hi all.

I'm searching for a filter for speed up the navigation.

Is there any filter that waits to load completely the html code, and only
after that, begin to (load|download) the images?

 

38
Privacy / Kill Webbugs: Another One
« on: August 18, 2002, 01:25:32 PM »
Yes yes yes.
I like it.

This is the way i like to filter. Doing links to the things filtered.

<img src="http://ad.es.doubleclick.net/ad/cuentaplanif/softonic;sz=1x1" width="1" height="1" border="0">

get converted to:
<a href=http://ad.es.doubleclick.net/ad/cuentaplanif/softonic;sz=1x1><img src=http://Local.ptron/red.gif width=4 height=4 border=0></a>

I like too much. Sidky made it again

Note: I am working in a filter for popups to links
but my knowledge is very low

Regards

 

39
Privacy / Web Bug Blood-Hound
« on: August 17, 2002, 09:35:20 PM »
Code to test:
<img src="http://ad.es.doubleclick.net/ad/cuentaplanif/softonic;sz=1x1" width="1" height="1" border="0">

Another version:
Match = "(*height=$AV([#0-4])*"
        "|*width=$AV([#0-4])*)"
        "& 1src=$AV(http://(^h)*)2"

I prefer filter by (height | width), not by (height & width) for offsite webbugs.
I have seen webbugs with height bigger than 4 in html code, but in truth the image is smaller than 4.

Regards, my friends.

Edited by - lnminente on 17 Aug 2002  23:13:13

40
Privacy / Web Bug Blood-Hound
« on: August 17, 2002, 12:44:46 PM »
Updated , thanks Sidki (Probably was my first filter)

Hi all.

My filter for webbugs:

Name = "Block - Off site web bugs {6.d}"
Active = TRUE
URL = "($TYPE(htm)|$TYPE(js))(^$LST(Allow-Bugs))"
Bounds = "<im(g|age)*>|<inputs*>"
Limit = 512
Match = "*height=$AV([#0-4])*"
        "& *width=$AV([#0-4])*"
        "& 1src=$AV(http://(^h)*)2"
Replace = "1src="http://Local.ptron/clear.gif"2"

The other filters crashes one page to see my mail.



HEY, NOW I'M A JUNIOR MEMBER

Edited by - lnminente on 17 Aug 2002  22:26:04

41
Other / Allow right mouse click II
« on: August 16, 2002, 05:03:36 PM »
Thanks Altosax.

Your knowledge about Proxomitron is great.

Before i was making my own filters set, but now, i'm testing, learning and personifying the JD500 filters set.

Regards.

Edited by - lnminente on 28 Aug 2002  17:09:13

42
Questions and Answers / Offsite images without specified size
« on: August 16, 2002, 02:00:04 AM »
At the moment i achieve to match the images without specified size

Name = "INM-Block image without specified size"
Active = TRUE
Bounds = "<im(g|age)*>"
Limit = 256
Match = "*( height=| width=|>)"
Replace = "<img src="http://Local.ptron/clear.gif" >"

Now its too late. Other day i will try to match offsite hrefs with that

 

43
Feature-Block / Remove specified OnMouseOver events
« on: August 15, 2002, 06:40:47 PM »
Hi, thanks to you Sidki3003.

The other variation of "status" was in http://www.softonic.com/

<a href="/hit.php?id=191" onMouseOver="status='WinOmega'; return true;" onMouseOut="status=''">
<font face="Verdana, Arial, Helvetica" size=2><b>WinOmega</b></font></a>



 

44
Configuration Files / JD's config set (updated 08-12-02)
« on: August 15, 2002, 06:32:17 PM »
Hi JD500. Of course, your config set is better each day.

Ok. Let's start

Bugs or changes i would make:
"Kill Images on selected pages"
The list $LST(BlockList_Images) doesn't exist

"Browser Info in JS(Browser & OS)"
Match = "navigator.$LST(JSProperties)(^[a-z0-9])
(this change was proposed by you)

Things that i modified:
"Kill - ad banners {6.d}"
Match = "1<(im(g|age)|input)s*>(*)2&*src=$AV($LST(AdKeys)*)"
Replace = "<center><span class=Prox style=display:none;>1[banner.2 - 9]2</span></center>"

"Kill ad banners by size"
Bounds = "<as*</a>|<iframe*</iframe>|<ilayer*</ilayer>|<img*>|<input*>|<object*</object>|<embed*>( </embed>|)"
Match = "((*<(im(g|age)|input)s*)|*(src|value)=$AV(*.swf)*)& *$LST(AdDims)"


Filters that i would add:

Name = "Dim white backgrounds"
Active = FALSE
URL = "$TYPE(htm)"
Limit = 32
Match = "(b(gcolor=|ackground(-color|) : ))1"
        "$AV((white|((#|)(([ef][0-9a-f])+{3}|[ef]+{3})))(;|)2)"
Replace = "1#E0E0E02"

Name = "Allow for frame resizing"
Active = TRUE
URL = "$TYPE(htm)"
Bounds = "<fram*>"
Limit = 256
Match = "(#((frameborder|border)=$AV(*)|noresize|=$AV(0|no)$SET(#==1 )))+ 1 >"
Replace = "@1>"

Name = "Remove specified OnMouseOver events (Sidki)"
Active = TRUE
Multi = TRUE
URL = "($TYPE(htm)|$TYPE(js)|$TYPE(oth))(^$LST(Bypass_Ads))"
Bounds = "<(a|img|image|input|body)s*>"
Limit = 768
Match = "(*onmouseover=)1(*;|)2("
        "$AV(((|{|) ((w.|)status)5=*)"
        "|("|)3 (w.open|MM_displayStatusMsg)5(*)"
        ")(;|)4"
Replace = "1234"


Thanks to all Proxomitron is growing.

Greetings.



Edited by - lnminente on 16 Aug 2002  01:33:22

45
Other / Allow right mouse click II
« on: August 14, 2002, 12:36:57 AM »
And If the name of the web is document.captureevents.com ??

Many thanks Altosax and Sidki3003, i think that # is what i was searching.

I have too much to learn of Proxomitron.

Also, JD5000 has in his latest config set one js filter called "Allow Right Mouse Clicks" that works perfectly.

Regards.



Edited by - lnminente on 14 Aug 2002  18:01:02

Pages: 1 2 [3] 4 5