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
Dec. 02, 2005, 03:58 AM
Post: #2
 
Updated the Tracking Link Remover

Code:
[Patterns]
Name = "SlickDeals.net: Forum Tracking Link Remover v1.1 [Shea]"
Active = TRUE
Multi = TRUE
URL = "forums.slickdeals.net/"
Limit = 256
Match = "http://(www?.|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
May. 11, 2008, 12:38 PM
Post: #3
RE: SlickDeals.net
Nice filter, do you have one for my favourite deals site Unodeals.com ?
Quote this message in a reply
Sep. 15, 2009, 12:38 PM
Post: #4
RE: SlickDeals.net
Hi Shea..

Nice filter. I am looking for to use it.
Thanks for sharing with us.
Quote this message in a reply
Jan. 16, 2010, 09:07 AM
Post: #5
RE: SlickDeals.net
Filter is great, i am going to modified my website, soon and going to use it soon, really a good job has been done by you.
Add Thank You Quote this message in a reply
Post Reply 


Forum Jump: