Post Reply 
MySpace revisited - Picture kills
Feb. 19, 2006, 03:25 AM
Post: #2
 
Done. It wasn't too hard Smile!

Doesn't take out anything else I think.

To increase loading speed, you'd probably want to remove background images and/or hotlinked images (non-myspace images).

Remove the old filter and import this baby in Wink

Code:
[Patterns]
Name = "MySpace Cleaner"
Active = TRUE
URL = "[^/]++myspace.com/"
Limit = 1024
Match = "function oas_ad\(\)$SET(1=function Shonenscape())"
        "|$NEST(<table width="800" border="0" align="center" cellspacing="0" cellpadding="0">,</table>)"
        "|$NEST(<script*>,*oas_ad*,</script>)"
        "|$NEST(<iframe*revenueScience*>,</iframe>)"
        "|$NEST(<div id="advertisement">,</div>)"
        "|$NEST(<embed*>,</embed>)"
        "|$NEST(<object*>,</object>)"
        "|$NEST(<div*>,*mygen*,</div>)"
        "|<a href="http://r4wr.com/friends" class="fs">[/url]"
        "|<a href=\"javascript:makeHome\(\);\" STYLE="behavior:url\(\'#default#homePage\'\);\" ID=\"myHomePage\">Make Myspace my Home Page[/url]<br />"
        "|<bgsound$SET(1=<Shonenscape)"
        "|<textarea name="f_comments" cols="46" rows="5">$SET(1=<textarea name="f_comments" cols="60" rows="80">)"
        "|<img src="http://x.myspace.com/images/advertisement_up.gif" width="120" height="10" border="0" alt="Advertise Here!" title="Advertise Here!">"
        "|<tr> <td bgcolor="FFFFFF" align="center" valign="top" width="25%"><a href="http://profile.myspace.com/index.cfm\?fuseaction=user.viewprofile\&friendid=[0-9]+" id="*_friendImageLink"><img src="http://myspace-[0-9]+.vo.llnwd.net/[0-9]+/[0-9]+/[0-9]+/[0-9]+_(s|m).(jp(e|)g|gif)">[/url]<br> <DIV style="width:80px;height:20px;" ID="UserDataNode[0-9]+" CLASS="DataPoint=OnlineNow;UserID=[0-9]+;"></div> </td> </tr>"
        "|<br> <br> <a href="http://profile.myspace.com/index.cfm\?fuseaction=user.viewprofile\&friendid=[0-9]+"> <img src="http://myspace-[0-9]+.vo.llnwd.net/[0-9]+/[0-9]+/[0-9]+/[0-9]+_(s|m).(jp(e|)g|gif)" border="0">[/url]<br> <DIV style="width:80px;height:20px;" ID="UserDataNode[0-9]+" CLASS="DataPoint=OnlineNow;UserID=[0-9]+;"></div> <br> <br>"
Replace = "\1"

EDIT: Whoops, misread your post. I thought you wanted to remove all profile pictures EXCEPT yours. Here is a filter that removes all profile pictures INCLUDING yours:

Code:
[Patterns]
Name = "MySpace Cleaner"
Active = TRUE
URL = "[^/]++myspace.com/"
Limit = 1024
Match = "function oas_ad\(\)$SET(1=function Shonenscape())"
        "|$NEST(<table width="800" border="0" align="center" cellspacing="0" cellpadding="0">,</table>)"
        "|$NEST(<script*>,*oas_ad*,</script>)"
        "|$NEST(<iframe*revenueScience*>,</iframe>)"
        "|$NEST(<div id="advertisement">,</div>)"
        "|$NEST(<embed*>,</embed>)"
        "|$NEST(<object*>,</object>)"
        "|$NEST(<div*>,*mygen*,</div>)"
        "|<a href="http://r4wr.com/friends" class="fs">[/url]"
        "|<a href=\"javascript:makeHome\(\);\" STYLE="behavior:url\(\'#default#homePage\'\);\" ID=\"myHomePage\">Make Myspace my Home Page[/url]<br />"
        "|<bgsound$SET(1=<Shonenscape)"
        "|<textarea name="f_comments" cols="46" rows="5">$SET(1=<textarea name="f_comments" cols="60" rows="80">)"
        "|<img src="http://x.myspace.com/images/advertisement_up.gif" width="120" height="10" border="0" alt="Advertise Here!" title="Advertise Here!">"
        "|<img src="http://myspace-[0-9]+.vo.llnwd.net/[0-9]+/[0-9]+/[0-9]+/[0-9]+_(s|m).(jp(e|)g|gif)"( border="0"|)>"
Replace = "\1"
Visit this user's website
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
[] - Kye-U - Feb. 19, 2006 03:25 AM
[] - AlienIntelligence - Feb. 19, 2006, 03:39 AM
[] - Kye-U - Feb. 19, 2006, 03:49 AM
[] - AlienIntelligence - Feb. 19, 2006, 03:57 AM

Forum Jump: