Available on your pincode?Thanks for the great deal
Available on your pincode?Thanks for the great deal
YesAvailable on your pincode?
I think you guys need to check your phone as affiliate links are not added when you share from your phone, unless you are an affiliate. Maybe some other app is inserting the links?First and foremost, this is not aimed at @awestorr or anyone in particular, it's just that i saw it just after i myself tried to clean up links.
This one does contains refferal/affiliate. Sparsh650d-21 is the refferal I just checked.
The ones that are doubtful (recent discussion) , made me actually download this app https://play.google.com/store/apps/details?id=com.trianguloy.urlchecker
Attached pic , 2nd is without paid affiliate.
I understand this is important so that deals are just not promoted in bulk just to make side hustle but shared without any money motivation.. otherwise, evey sale is *loot* for the affiliate bots channels.
Interesting. On PC you can use browser extensions to automatically clean Amazon URLs:First and foremost, this is not aimed at @awestorr or anyone in particular, it's just that i saw it just after i myself tried to clean up links.
This one does contains refferal/affiliate. Sparsh650d-21 is the refferal I just checked.
The ones that are doubtful (recent discussion) , made me actually download this app https://play.google.com/store/apps/details?id=com.trianguloy.urlchecker
Attached pic , 2nd is without paid affiliate.
I understand this is important so that deals are just not promoted in bulk just to make side hustle but shared without any money motivation.. otherwise, evey sale is *loot* for the affiliate bots channels.
I found the extensions removed product name from URL, so wrote a user script which preserves it. It's working on my PC.^ Definitely worth looking into though a browser extension may be more straightforward as shortened URLs need to be unshortened first.
It's one of those deals, who any one can't get.(Not deliverable anywhere)This beauty, the Cooler Master HAF 700
// ==UserScript==
// @name n1r0's Amazon URL Cleaner
// @description Remove trackers from Amazon URLs
// @namespace
// @match https://www.amazon.com/dp/*
// @match https://www.amazon.com/*/dp/*
// @match https://www.amazon.com/gp/product/*
// @match https://www.amazon.com/*/ASIN/*
// @match https://www.amazon.in/dp/*
// @match https://www.amazon.in/*/dp/*
// @match https://www.amazon.in/gp/product/*
// @match https://www.amazon.in/*/ASIN/*
// @run-at document-start
// @version 0.2
// @grant none
// @icon https://www.amazon.com/favicon.ico
// ==/UserScript==
function getProductId() {
var m;
m = document.location.href.match(/(?:.+\/)(.+\/)?dp\/([^/?]+)/);
if (m) return m[0];
m = document.location.href.match(/gp\/product\/([^/?]+)/);
if (m) return m[1];
m = document.location.href.match(/ASIN\/([^/?]+)/);
if (m) return m[1];
}
var productId = getProductId();
if (productId) {
history.replaceState(
{}, document.title, productId);
}
document.addEventListener ("DOMContentLoaded", DOM_ContentReady);
window.addEventListener ("load", pageFullyLoaded);
function DOM_ContentReady () {
// 2ND PART OF SCRIPT RUN GOES HERE.
// This is the equivalent of @run-at document-end
//console.log ("==> 2nd part of script run.", new Date() );
}
function pageFullyLoaded () {
//console.log ("==> Page is fully loaded, including images.", new Date() );
//console.log ("==> Script end.", new Date() );
setTimeout(function() {
productId = getProductId();
if (productId) {
history.replaceState(
{}, document.title, productId);
}
}, 3000); // set delay here, 1 second = 1000
}
^ Definitely worth looking into though a browser extension may be more straightforward as shortened URLs need to be unshortened first.
This beauty, the Cooler Master HAF 700:
View attachment 209307
View attachment 209308
^ Definitely worth looking into though a browser extension may be more straightforward as shortened URLs need to be unshortened first.
This beauty, the Cooler Master HAF 700:
View attachment 209307
View attachment 209308
Showing same for me
Can anybody provide the opinions on this printer here?Not a lightning deal, but a good one none the less.
During the last Amazon sale I saw a 3D printer for less than Rs.9000 - a Yuva printer from WOL3D, but by the time I decided to buy it, it's price had shot up to Rs.25,000.
The WOL3D New Creality Ender 3 V2 Neo 3D Printer is at Rs.9558 now. Picked it up for Rs.8602 using the SBI card discount.
There was a Rs.600 cash back offer from Amazon for Home and Kitchen shopping. I think you can collect that coupon from the rewards page. So, the effective price for me was Rs.8002.
Reviews suggest the bed is warped in the middle for some other models from same company making it a mfg defect though not sure if same issue in this model & it should still work. Here is the review to understand this issue:Can anybody provide the opinions on this printer here?
The listing seems to have changed. Out of stock now I thinkNot a lightning deal, but a good one none the less.
During the last Amazon sale I saw a 3D printer for less than Rs.9000 - a Yuva printer from WOL3D, but by the time I decided to buy it, it's price had shot up to Rs.25,000.
The WOL3D New Creality Ender 3 V2 Neo 3D Printer is at Rs.9558 now. Picked it up for Rs.8602 using the SBI card discount.
There was a Rs.600 cash back offer from Amazon for Home and Kitchen shopping. I think you can collect that coupon from the rewards page. So, the effective price for me was Rs.8002.
Folks, any good deals on SATA SSDs?
Need a 1TB SATA for gaming only.
@guest_999 Since you do keep track of SSD prices tagging you.