Post Reply 
SlickDeals.net
Nov. 14, 2005, 11:41 PM (This post was last modified: Dec. 02, 2005 03:59 AM by Shea.)
Post: #1
SlickDeals.net
Here are some filters I wrote for SlickDeals.net. It removes all the sidebars on the main page. Most of them are useless or ads. And in the forum it removes the tracking part of the link so it's just the direct link.

Code:
[Patterns]
Name = "SlickDeals.net: Main Page Cleaner [Shea]"
Active = TRUE
Multi = TRUE
URL = "(www.|)slickdeals.net/"
Limit = 8000
Match = "<!-- about box -->*<!-- /about box -->$SET(1=<!-- CLEANED -->)"
        "|<!-- mid box left column -->*<!-- /mid box left column -->$SET(1=<!-- CLEANED -->)"
        "|<!-- mid box right column -->*<!--/ mid box right column -->$SET(1=<!-- CLEANED -->)"
        "|<table class=\"mainbox\" width=\"100%\">*</div>$SET(1=<!-- CLEANED -->)"
Replace = "\1"

Code:
[Patterns]
Name = "SlickDeals.net: Forum Tracking Link Remover v1.0[Shea]"
Active = TRUE
Multi = TRUE
URL = "forums.slickdeals.net/"
Limit = 256
Match = "http://www?.slickdeals.net/\?t=*u?=\1"
Replace = "\1"

�{=(~�::[Shea]::��~)=}�
How 'bout you sideburns, you want some of this milk?
This fading text is pretty cool, eh? I bet you wish you had some.
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
SlickDeals.net - Shea - Nov. 14, 2005 11:41 PM
RE: SlickDeals.net - Guest - May. 11, 2008, 12:38 PM
RE: SlickDeals.net - petronelasam - Sep. 15, 2009, 12:38 PM
RE: SlickDeals.net - rickyjones09 - Jan. 16, 2010, 09:07 AM
[] - Shea - Dec. 02, 2005, 03:58 AM

Forum Jump: