Slickdeals is community-supported.  We may get paid by brands for deals, including promoted items.
forum thread Posted by Dumpsterdiver • Apr 2, 2009
forum thread Posted by Dumpsterdiver • Apr 2, 2009

Harbor Freight Coupon Thread

12,522 Comments 6,000,410 Views
See Deal
Good Deal
Save
Share
Deal Details
This thread is dedicated to them and their tools. Please update the WIKI.

January 18, 2011, 3:13 am: System Notice: This thread has been automatically renewed after reaching a post limit. Most of its content has been moved to this thread for reference purposes.

Coupon BARCODE issue:
replace
cust=%%=V(@IDENTIFIER)=%%&keycode=%%=V(@KEYCODE)=%%
with
cust=99999999999&keycode=1002
In the address bar

Most of the coupons are at the bottom of the WIKI (next post). However, you may not be able to see them on your mobile device without using the full slickdeals website.

http://www.hfqpdb.com/harborfreightcoupons
Community Notes
About the Poster
Deal Details
Community Notes
About the Poster
This thread is dedicated to them and their tools. Please update the WIKI.

January 18, 2011, 3:13 am: System Notice: This thread has been automatically renewed after reaching a post limit. Most of its content has been moved to this thread for reference purposes.

Coupon BARCODE issue:
replace
cust=%%=V(@IDENTIFIER)=%%&keycode=%%=V(@KEYCODE)=%%
with
cust=99999999999&keycode=1002
In the address bar

Most of the coupons are at the bottom of the WIKI (next post). However, you may not be able to see them on your mobile device without using the full slickdeals website.

http://www.hfqpdb.com/harborfreightcoupons

Community Voting

Deal Score
+306
Good Deal
See Deal

Leave a Comment

Unregistered (You)

12,522 Comments

Sign up for a Slickdeals account to remove this ad.

Feb 28, 2017
1,409 Posts
Joined Jan 2012
Feb 28, 2017
jordanz12
Feb 28, 2017
1,409 Posts
Does anyone have experience with HF generators? Looking to get a 3000-4000 watt one for my camper trailer. Would be nice to get an invertor generator for the reduced noise if I can afford it...
Mar 1, 2017
41 Posts
Joined Feb 2017
Mar 1, 2017
pugslyyy
Mar 1, 2017
41 Posts
Mar 1, 2017
245 Posts
Joined Oct 2015
Mar 1, 2017
Jamevay
Mar 1, 2017
245 Posts
Is anybody uploading ITC coupons anymore?
Mar 1, 2017
481 Posts
Joined Jul 2006
Mar 1, 2017
naklefty
Mar 1, 2017
481 Posts
Quote from Jamevay :
Is anybody uploading ITC coupons anymore?
This weeks ITCs: from http://widgets.harborfreight.com/...&main=true through http://widgets.harborfreight.com/...&main=true
Mar 1, 2017
245 Posts
Joined Oct 2015
Mar 1, 2017
Jamevay
Mar 1, 2017
245 Posts
TY Lefty. That's not all the coupons though. Is it against the rule to upload a pdf to imageshack and link it here?
Mar 1, 2017
481 Posts
Joined Jul 2006
Mar 1, 2017
naklefty
Mar 1, 2017
481 Posts
Quote from Jamevay :
TY Lefty. That's not all the coupons though. Is it against the rule to upload a pdf to imageshack and link it here?
I don't know of any rule, go for it!

I'm guessing you have the monthly coupons, I could only get the weekly
Mar 1, 2017
245 Posts
Joined Oct 2015
Mar 1, 2017
Jamevay
Mar 1, 2017
245 Posts
March 2017 ITC Coupons
for ITC members

http://www.filedropper.com/march2017itc
Last edited by Jamevay March 1, 2017 at 07:54 PM.

Sign up for a Slickdeals account to remove this ad.

Mar 1, 2017
2,075 Posts
Joined Sep 2009
Mar 1, 2017
dogstar1
Mar 1, 2017
2,075 Posts
Quote from pugslyyy :
If anyone is interested, I wrote a greasemonkey script that automatically fixes the coupon barcode error, because I found having to do it manually to be annoying.
Sweet. Looks like i have a reason to reinstall greasemonkey!
Mar 2, 2017
245 Posts
Joined Oct 2015
Mar 2, 2017
Jamevay
Mar 2, 2017
245 Posts
Quote from pugslyyy :
If anyone is interested, I wrote a greasemonkey script that automatically fixes the coupon barcode error, because I found having to do it manually to be annoying.

Also, if you are hunting for coupon pages by pinging a whole bunch of URLs at once in multiple windows it will automatically close any windows with "Page cannot be displayed" and only keep the good ones.

Code:
// ==UserScript==
// @name           Harbor Freight click through fix
// @author         pugsly
// @version        2017.02.26
// @description    it will remove coded links
// @lastchanges    added decodeURIComponent
// @updatetype     24
// @namespace      harborfreight.com
// @include        http://harborfreight.com/*
// @include        http://widgets.harborfreight.com/*
// ==/UserScript==


var xpathResult = document.evaluate("(//text()[contains(., 'Page cannot be displayed')])[1]", document, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null);
var node=xpathResult.singleNodeValue;
if (node==null)
    ;
else
    window.close();

var thisLink, allLinks, linkArray;
allLinks = document.getElementsByTagName('a');
for (var j = 0; j < allLinks.length; j++) {
    thisLink = allLinks[j];
    if(thisLink.href.indexOf('http') !=-1)
	{
	linkArray=thisLink.href.split('http');
/*  thisLink.href=decodeURIComponent('http'+linkArray[linkArray.length]); */
  thisLink.href=thisLink.href.replace('cust=%%=V(@IDENTIFIER)=%%&keycode=%%=V(@KEYCODE)=%%','cust=99999999999&keycode=1002');
	}
}
hi sly, can you
write one to do alignment and oil change?
Mar 2, 2017
8 Posts
Joined Mar 2016
Mar 2, 2017
vydogg
Mar 2, 2017
8 Posts
Quote from Jamevay :
March 2017 ITC Coupons
for ITC members

http://www.filedropper.com/march2017itc
Thank you!
Last edited by vydogg March 2, 2017 at 11:17 AM.
Mar 2, 2017
8 Posts
Joined Mar 2016
Mar 2, 2017
vydogg
Mar 2, 2017
8 Posts
anyone got coupon for the 2500 pressure washer?
Mar 2, 2017
481 Posts
Joined Jul 2006
Mar 2, 2017
naklefty
Mar 2, 2017
481 Posts
Quote from vydogg :
anyone got coupon for the 2500 pressure washer?
Theres a GREAT one here on page 5: https://issuu.com/dmsgroup/docs/p...2-2017.pdf

BUT, Its darn near illegible Frown
Mar 3, 2017
508 Posts
Joined Apr 2010
Mar 3, 2017
rekcah
Mar 3, 2017
508 Posts
Quote from vydogg :
anyone got coupon for the 2500 pressure washer?
259.99
Mar 3, 2017
481 Posts
Joined Jul 2006
Mar 3, 2017
naklefty
Mar 3, 2017
481 Posts

Sign up for a Slickdeals account to remove this ad.

Mar 4, 2017
481 Posts
Joined Jul 2006
Mar 4, 2017
naklefty
Mar 4, 2017
481 Posts
Found a good copy of the pressure washer for $249.99

Leave a Comment

Unregistered (You)

Related Searches

Popular Deals

View All

Trending Deals

View All