CLICK HERE FOR ALL TODAY'S DEALS!!! sorry we are having trouble showing them on the screen here so CLICK HERE TO SEE ALL THE DEALS>

CLICK HERE FOR ALL FREE STUFF POSTS

CLICK HERE FOR ALL SWEEPSTAKES POSTS

6 Pack Cree 60W Equivalent Soft White A19 Dimmable LED Light Bulbs $16.82 + Free Shipping (Reg $56.82)


Home Depot has 6 Pack Cree 60W Equivalent Soft White A19 Dimmable LED Light Bulbs for $56.82 - $40 with coupon code below = $16.82 + Free Shipping or free store pickup. It will show as backordered, but you can still place the order and they will ship shortly. The coupon codes need to be generated, and below is one way to generate it. All the codes begin with CREE6 then have 4 letters or numbers after it. An example would be CREE639Q3. Each code can be used one time. If you want to try guessing you can, if not then see below on how to generate a code. Will only work in Google Chrome. It can also work in Firefox as well if you know how to do it.
  1. Click here, add to cart. Will show as $56.82
  2. Click on your cart on the top of the page
  3. Click the F12 Button in Google Chrome. It will open a new section on the bottom of the screen
  4. Click the word console on the gray bar.
  5. Copy and paste the following java code in red letters below. Paste it where the blinking cursor is on the newly opened bottom section of the page exactly as it is shown. After you paste it click Enter to run it. What it will do is automatically generate a coupon code and apply it. If the coupon is accepted the price will drop to other $16.82 or $19.82. If it does then checkout. If it doesn't accept the code then paste the code again in the same spot and press enter again. Keep repeating that until it finds a code that works.

var length = 4;
var chars = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"; 

var result = '';
for (var i = length; i > 0; --i) result += chars[Math.round(Math.random() * (chars.length - 1))];

$("#promoCode").val("CREE6" + result);

$("#updatePromoCode").click();