The Un-Official Proxomitron Forum
SlickDeals.net - Printable Version

+- The Un-Official Proxomitron Forum (https://www.prxbx.com/forums)
+-- Forum: Proxomitron Filters (/forumdisplay.php?fid=38)
+--- Forum: Website Customization (/forumdisplay.php?fid=9)
+--- Thread: SlickDeals.net (/showthread.php?tid=666)



SlickDeals.net - Shea - Nov. 14, 2005 11:41 PM

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 - Dec. 02, 2005 03:58 AM

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"



RE: SlickDeals.net - Guest - May. 11, 2008 12:38 PM

Nice filter, do you have one for my favourite deals site Unodeals.com ?


RE: SlickDeals.net - petronelasam - Sep. 15, 2009 12:38 PM

Hi Shea..

Nice filter. I am looking for to use it.
Thanks for sharing with us.


RE: SlickDeals.net - rickyjones09 - Jan. 16, 2010 09:07 AM

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.