Length -- Please Select -- 5 meter 6 meter + WAS £35.00 NOW £21.00 SAVE £14.00
document.addEventListener("DOMContentLoaded", function () {
let tries = 0;
const waitInterval = setInterval(function () {
const priceEl = document.querySelector('.price-wrapper .price');
const wasEl = document.querySelector('.wasprice s');
if (priceEl && wasEl) {
clearInterval(waitInterval);
let lastPrice = '';
function updateWasPrice(source = 'manual') {
const freshPrice = document.querySelector('.price-wrapper .price');
const freshWas = document.querySelector('.wasprice s');
if (!freshPrice || !freshWas) {
return;
}
let rawText = freshPrice.textContent.trim();
let nowPrice = parseFloat(
rawText.replace(/[^0-9.]/g, '')
);
if (isNaN(nowPrice)) {
return;
}
if (lastPrice == nowPrice) {
return;
}
lastPrice = nowPrice;
let wasPrice = (nowPrice * 1.666).toFixed(2);
freshWas.textContent = '£' + wasPrice;
}
updateWasPrice('first load');
const observer = new MutationObserver(function (mutations) {
updateWasPrice('observer');
});
observer.observe(priceEl, {
childList: true,
subtree: true,
characterData: true
});
setInterval(function () {
updateWasPrice('polling');
}, 300);
}
tries++;
if (tries >= 150) {
clearInterval(waitInterval);
}
}, 100);
}); 7 meter + WAS £70.00 NOW £42.00 SAVE £28.00
document.addEventListener("DOMContentLoaded", function () {
let tries = 0;
const waitInterval = setInterval(function () {
const priceEl = document.querySelector('.price-wrapper .price');
const wasEl = document.querySelector('.wasprice s');
if (priceEl && wasEl) {
clearInterval(waitInterval);
let lastPrice = '';
function updateWasPrice(source = 'manual') {
const freshPrice = document.querySelector('.price-wrapper .price');
const freshWas = document.querySelector('.wasprice s');
if (!freshPrice || !freshWas) {
return;
}
let rawText = freshPrice.textContent.trim();
let nowPrice = parseFloat(
rawText.replace(/[^0-9.]/g, '')
);
if (isNaN(nowPrice)) {
return;
}
if (lastPrice == nowPrice) {
return;
}
lastPrice = nowPrice;
let wasPrice = (nowPrice * 1.666).toFixed(2);
freshWas.textContent = '£' + wasPrice;
}
updateWasPrice('first load');
const observer = new MutationObserver(function (mutations) {
updateWasPrice('observer');
});
observer.observe(priceEl, {
childList: true,
subtree: true,
characterData: true
});
setInterval(function () {
updateWasPrice('polling');
}, 300);
}
tries++;
if (tries >= 150) {
clearInterval(waitInterval);
}
}, 100);
}); 8 meter + WAS £105.00 NOW £63.00 SAVE £42.00
document.addEventListener("DOMContentLoaded", function () {
let tries = 0;
const waitInterval = setInterval(function () {
const priceEl = document.querySelector('.price-wrapper .price');
const wasEl = document.querySelector('.wasprice s');
if (priceEl && wasEl) {
clearInterval(waitInterval);
let lastPrice = '';
function updateWasPrice(source = 'manual') {
const freshPrice = document.querySelector('.price-wrapper .price');
const freshWas = document.querySelector('.wasprice s');
if (!freshPrice || !freshWas) {
return;
}
let rawText = freshPrice.textContent.trim();
let nowPrice = parseFloat(
rawText.replace(/[^0-9.]/g, '')
);
if (isNaN(nowPrice)) {
return;
}
if (lastPrice == nowPrice) {
return;
}
lastPrice = nowPrice;
let wasPrice = (nowPrice * 1.666).toFixed(2);
freshWas.textContent = '£' + wasPrice;
}
updateWasPrice('first load');
const observer = new MutationObserver(function (mutations) {
updateWasPrice('observer');
});
observer.observe(priceEl, {
childList: true,
subtree: true,
characterData: true
});
setInterval(function () {
updateWasPrice('polling');
}, 300);
}
tries++;
if (tries >= 150) {
clearInterval(waitInterval);
}
}, 100);
}); 9 meter + WAS £139.99 NOW £84.00 SAVE £55.99
document.addEventListener("DOMContentLoaded", function () {
let tries = 0;
const waitInterval = setInterval(function () {
const priceEl = document.querySelector('.price-wrapper .price');
const wasEl = document.querySelector('.wasprice s');
if (priceEl && wasEl) {
clearInterval(waitInterval);
let lastPrice = '';
function updateWasPrice(source = 'manual') {
const freshPrice = document.querySelector('.price-wrapper .price');
const freshWas = document.querySelector('.wasprice s');
if (!freshPrice || !freshWas) {
return;
}
let rawText = freshPrice.textContent.trim();
let nowPrice = parseFloat(
rawText.replace(/[^0-9.]/g, '')
);
if (isNaN(nowPrice)) {
return;
}
if (lastPrice == nowPrice) {
return;
}
lastPrice = nowPrice;
let wasPrice = (nowPrice * 1.666).toFixed(2);
freshWas.textContent = '£' + wasPrice;
}
updateWasPrice('first load');
const observer = new MutationObserver(function (mutations) {
updateWasPrice('observer');
});
observer.observe(priceEl, {
childList: true,
subtree: true,
characterData: true
});
setInterval(function () {
updateWasPrice('polling');
}, 300);
}
tries++;
if (tries >= 150) {
clearInterval(waitInterval);
}
}, 100);
}); 10 meter + WAS £174.99 NOW £105.00 SAVE £69.99
document.addEventListener("DOMContentLoaded", function () {
let tries = 0;
const waitInterval = setInterval(function () {
const priceEl = document.querySelector('.price-wrapper .price');
const wasEl = document.querySelector('.wasprice s');
if (priceEl && wasEl) {
clearInterval(waitInterval);
let lastPrice = '';
function updateWasPrice(source = 'manual') {
const freshPrice = document.querySelector('.price-wrapper .price');
const freshWas = document.querySelector('.wasprice s');
if (!freshPrice || !freshWas) {
return;
}
let rawText = freshPrice.textContent.trim();
let nowPrice = parseFloat(
rawText.replace(/[^0-9.]/g, '')
);
if (isNaN(nowPrice)) {
return;
}
if (lastPrice == nowPrice) {
return;
}
lastPrice = nowPrice;
let wasPrice = (nowPrice * 1.666).toFixed(2);
freshWas.textContent = '£' + wasPrice;
}
updateWasPrice('first load');
const observer = new MutationObserver(function (mutations) {
updateWasPrice('observer');
});
observer.observe(priceEl, {
childList: true,
subtree: true,
characterData: true
});
setInterval(function () {
updateWasPrice('polling');
}, 300);
}
tries++;
if (tries >= 150) {
clearInterval(waitInterval);
}
}, 100);
}); 11 meter + WAS £209.99 NOW £126.00 SAVE £83.99
document.addEventListener("DOMContentLoaded", function () {
let tries = 0;
const waitInterval = setInterval(function () {
const priceEl = document.querySelector('.price-wrapper .price');
const wasEl = document.querySelector('.wasprice s');
if (priceEl && wasEl) {
clearInterval(waitInterval);
let lastPrice = '';
function updateWasPrice(source = 'manual') {
const freshPrice = document.querySelector('.price-wrapper .price');
const freshWas = document.querySelector('.wasprice s');
if (!freshPrice || !freshWas) {
return;
}
let rawText = freshPrice.textContent.trim();
let nowPrice = parseFloat(
rawText.replace(/[^0-9.]/g, '')
);
if (isNaN(nowPrice)) {
return;
}
if (lastPrice == nowPrice) {
return;
}
lastPrice = nowPrice;
let wasPrice = (nowPrice * 1.666).toFixed(2);
freshWas.textContent = '£' + wasPrice;
}
updateWasPrice('first load');
const observer = new MutationObserver(function (mutations) {
updateWasPrice('observer');
});
observer.observe(priceEl, {
childList: true,
subtree: true,
characterData: true
});
setInterval(function () {
updateWasPrice('polling');
}, 300);
}
tries++;
if (tries >= 150) {
clearInterval(waitInterval);
}
}, 100);
}); 12 meter + WAS £244.99 NOW £147.00 SAVE £97.99
document.addEventListener("DOMContentLoaded", function () {
let tries = 0;
const waitInterval = setInterval(function () {
const priceEl = document.querySelector('.price-wrapper .price');
const wasEl = document.querySelector('.wasprice s');
if (priceEl && wasEl) {
clearInterval(waitInterval);
let lastPrice = '';
function updateWasPrice(source = 'manual') {
const freshPrice = document.querySelector('.price-wrapper .price');
const freshWas = document.querySelector('.wasprice s');
if (!freshPrice || !freshWas) {
return;
}
let rawText = freshPrice.textContent.trim();
let nowPrice = parseFloat(
rawText.replace(/[^0-9.]/g, '')
);
if (isNaN(nowPrice)) {
return;
}
if (lastPrice == nowPrice) {
return;
}
lastPrice = nowPrice;
let wasPrice = (nowPrice * 1.666).toFixed(2);
freshWas.textContent = '£' + wasPrice;
}
updateWasPrice('first load');
const observer = new MutationObserver(function (mutations) {
updateWasPrice('observer');
});
observer.observe(priceEl, {
childList: true,
subtree: true,
characterData: true
});
setInterval(function () {
updateWasPrice('polling');
}, 300);
}
tries++;
if (tries >= 150) {
clearInterval(waitInterval);
}
}, 100);
}); 13 meter + WAS £276.66 NOW £166.00 SAVE £110.66
document.addEventListener("DOMContentLoaded", function () {
let tries = 0;
const waitInterval = setInterval(function () {
const priceEl = document.querySelector('.price-wrapper .price');
const wasEl = document.querySelector('.wasprice s');
if (priceEl && wasEl) {
clearInterval(waitInterval);
let lastPrice = '';
function updateWasPrice(source = 'manual') {
const freshPrice = document.querySelector('.price-wrapper .price');
const freshWas = document.querySelector('.wasprice s');
if (!freshPrice || !freshWas) {
return;
}
let rawText = freshPrice.textContent.trim();
let nowPrice = parseFloat(
rawText.replace(/[^0-9.]/g, '')
);
if (isNaN(nowPrice)) {
return;
}
if (lastPrice == nowPrice) {
return;
}
lastPrice = nowPrice;
let wasPrice = (nowPrice * 1.666).toFixed(2);
freshWas.textContent = '£' + wasPrice;
}
updateWasPrice('first load');
const observer = new MutationObserver(function (mutations) {
updateWasPrice('observer');
});
observer.observe(priceEl, {
childList: true,
subtree: true,
characterData: true
});
setInterval(function () {
updateWasPrice('polling');
}, 300);
}
tries++;
if (tries >= 150) {
clearInterval(waitInterval);
}
}, 100);
}); 14 meter + WAS £308.32 NOW £185.00 SAVE £123.32
document.addEventListener("DOMContentLoaded", function () {
let tries = 0;
const waitInterval = setInterval(function () {
const priceEl = document.querySelector('.price-wrapper .price');
const wasEl = document.querySelector('.wasprice s');
if (priceEl && wasEl) {
clearInterval(waitInterval);
let lastPrice = '';
function updateWasPrice(source = 'manual') {
const freshPrice = document.querySelector('.price-wrapper .price');
const freshWas = document.querySelector('.wasprice s');
if (!freshPrice || !freshWas) {
return;
}
let rawText = freshPrice.textContent.trim();
let nowPrice = parseFloat(
rawText.replace(/[^0-9.]/g, '')
);
if (isNaN(nowPrice)) {
return;
}
if (lastPrice == nowPrice) {
return;
}
lastPrice = nowPrice;
let wasPrice = (nowPrice * 1.666).toFixed(2);
freshWas.textContent = '£' + wasPrice;
}
updateWasPrice('first load');
const observer = new MutationObserver(function (mutations) {
updateWasPrice('observer');
});
observer.observe(priceEl, {
childList: true,
subtree: true,
characterData: true
});
setInterval(function () {
updateWasPrice('polling');
}, 300);
}
tries++;
if (tries >= 150) {
clearInterval(waitInterval);
}
}, 100);
}); 15 meter + WAS £339.99 NOW £204.00 SAVE £135.99
document.addEventListener("DOMContentLoaded", function () {
let tries = 0;
const waitInterval = setInterval(function () {
const priceEl = document.querySelector('.price-wrapper .price');
const wasEl = document.querySelector('.wasprice s');
if (priceEl && wasEl) {
clearInterval(waitInterval);
let lastPrice = '';
function updateWasPrice(source = 'manual') {
const freshPrice = document.querySelector('.price-wrapper .price');
const freshWas = document.querySelector('.wasprice s');
if (!freshPrice || !freshWas) {
return;
}
let rawText = freshPrice.textContent.trim();
let nowPrice = parseFloat(
rawText.replace(/[^0-9.]/g, '')
);
if (isNaN(nowPrice)) {
return;
}
if (lastPrice == nowPrice) {
return;
}
lastPrice = nowPrice;
let wasPrice = (nowPrice * 1.666).toFixed(2);
freshWas.textContent = '£' + wasPrice;
}
updateWasPrice('first load');
const observer = new MutationObserver(function (mutations) {
updateWasPrice('observer');
});
observer.observe(priceEl, {
childList: true,
subtree: true,
characterData: true
});
setInterval(function () {
updateWasPrice('polling');
}, 300);
}
tries++;
if (tries >= 150) {
clearInterval(waitInterval);
}
}, 100);
}); 16 meter + WAS £371.65 NOW £223.00 SAVE £148.65
document.addEventListener("DOMContentLoaded", function () {
let tries = 0;
const waitInterval = setInterval(function () {
const priceEl = document.querySelector('.price-wrapper .price');
const wasEl = document.querySelector('.wasprice s');
if (priceEl && wasEl) {
clearInterval(waitInterval);
let lastPrice = '';
function updateWasPrice(source = 'manual') {
const freshPrice = document.querySelector('.price-wrapper .price');
const freshWas = document.querySelector('.wasprice s');
if (!freshPrice || !freshWas) {
return;
}
let rawText = freshPrice.textContent.trim();
let nowPrice = parseFloat(
rawText.replace(/[^0-9.]/g, '')
);
if (isNaN(nowPrice)) {
return;
}
if (lastPrice == nowPrice) {
return;
}
lastPrice = nowPrice;
let wasPrice = (nowPrice * 1.666).toFixed(2);
freshWas.textContent = '£' + wasPrice;
}
updateWasPrice('first load');
const observer = new MutationObserver(function (mutations) {
updateWasPrice('observer');
});
observer.observe(priceEl, {
childList: true,
subtree: true,
characterData: true
});
setInterval(function () {
updateWasPrice('polling');
}, 300);
}
tries++;
if (tries >= 150) {
clearInterval(waitInterval);
}
}, 100);
}); 17 meter + WAS £403.32 NOW £242.00 SAVE £161.32
document.addEventListener("DOMContentLoaded", function () {
let tries = 0;
const waitInterval = setInterval(function () {
const priceEl = document.querySelector('.price-wrapper .price');
const wasEl = document.querySelector('.wasprice s');
if (priceEl && wasEl) {
clearInterval(waitInterval);
let lastPrice = '';
function updateWasPrice(source = 'manual') {
const freshPrice = document.querySelector('.price-wrapper .price');
const freshWas = document.querySelector('.wasprice s');
if (!freshPrice || !freshWas) {
return;
}
let rawText = freshPrice.textContent.trim();
let nowPrice = parseFloat(
rawText.replace(/[^0-9.]/g, '')
);
if (isNaN(nowPrice)) {
return;
}
if (lastPrice == nowPrice) {
return;
}
lastPrice = nowPrice;
let wasPrice = (nowPrice * 1.666).toFixed(2);
freshWas.textContent = '£' + wasPrice;
}
updateWasPrice('first load');
const observer = new MutationObserver(function (mutations) {
updateWasPrice('observer');
});
observer.observe(priceEl, {
childList: true,
subtree: true,
characterData: true
});
setInterval(function () {
updateWasPrice('polling');
}, 300);
}
tries++;
if (tries >= 150) {
clearInterval(waitInterval);
}
}, 100);
}); 18 meter + WAS £434.98 NOW £261.00 SAVE £173.98
document.addEventListener("DOMContentLoaded", function () {
let tries = 0;
const waitInterval = setInterval(function () {
const priceEl = document.querySelector('.price-wrapper .price');
const wasEl = document.querySelector('.wasprice s');
if (priceEl && wasEl) {
clearInterval(waitInterval);
let lastPrice = '';
function updateWasPrice(source = 'manual') {
const freshPrice = document.querySelector('.price-wrapper .price');
const freshWas = document.querySelector('.wasprice s');
if (!freshPrice || !freshWas) {
return;
}
let rawText = freshPrice.textContent.trim();
let nowPrice = parseFloat(
rawText.replace(/[^0-9.]/g, '')
);
if (isNaN(nowPrice)) {
return;
}
if (lastPrice == nowPrice) {
return;
}
lastPrice = nowPrice;
let wasPrice = (nowPrice * 1.666).toFixed(2);
freshWas.textContent = '£' + wasPrice;
}
updateWasPrice('first load');
const observer = new MutationObserver(function (mutations) {
updateWasPrice('observer');
});
observer.observe(priceEl, {
childList: true,
subtree: true,
characterData: true
});
setInterval(function () {
updateWasPrice('polling');
}, 300);
}
tries++;
if (tries >= 150) {
clearInterval(waitInterval);
}
}, 100);
}); 19 meter + WAS £466.65 NOW £280.00 SAVE £186.65
document.addEventListener("DOMContentLoaded", function () {
let tries = 0;
const waitInterval = setInterval(function () {
const priceEl = document.querySelector('.price-wrapper .price');
const wasEl = document.querySelector('.wasprice s');
if (priceEl && wasEl) {
clearInterval(waitInterval);
let lastPrice = '';
function updateWasPrice(source = 'manual') {
const freshPrice = document.querySelector('.price-wrapper .price');
const freshWas = document.querySelector('.wasprice s');
if (!freshPrice || !freshWas) {
return;
}
let rawText = freshPrice.textContent.trim();
let nowPrice = parseFloat(
rawText.replace(/[^0-9.]/g, '')
);
if (isNaN(nowPrice)) {
return;
}
if (lastPrice == nowPrice) {
return;
}
lastPrice = nowPrice;
let wasPrice = (nowPrice * 1.666).toFixed(2);
freshWas.textContent = '£' + wasPrice;
}
updateWasPrice('first load');
const observer = new MutationObserver(function (mutations) {
updateWasPrice('observer');
});
observer.observe(priceEl, {
childList: true,
subtree: true,
characterData: true
});
setInterval(function () {
updateWasPrice('polling');
}, 300);
}
tries++;
if (tries >= 150) {
clearInterval(waitInterval);
}
}, 100);
}); 20 meter + WAS £498.31 NOW £299.00 SAVE £199.31
document.addEventListener("DOMContentLoaded", function () {
let tries = 0;
const waitInterval = setInterval(function () {
const priceEl = document.querySelector('.price-wrapper .price');
const wasEl = document.querySelector('.wasprice s');
if (priceEl && wasEl) {
clearInterval(waitInterval);
let lastPrice = '';
function updateWasPrice(source = 'manual') {
const freshPrice = document.querySelector('.price-wrapper .price');
const freshWas = document.querySelector('.wasprice s');
if (!freshPrice || !freshWas) {
return;
}
let rawText = freshPrice.textContent.trim();
let nowPrice = parseFloat(
rawText.replace(/[^0-9.]/g, '')
);
if (isNaN(nowPrice)) {
return;
}
if (lastPrice == nowPrice) {
return;
}
lastPrice = nowPrice;
let wasPrice = (nowPrice * 1.666).toFixed(2);
freshWas.textContent = '£' + wasPrice;
}
updateWasPrice('first load');
const observer = new MutationObserver(function (mutations) {
updateWasPrice('observer');
});
observer.observe(priceEl, {
childList: true,
subtree: true,
characterData: true
});
setInterval(function () {
updateWasPrice('polling');
}, 300);
}
tries++;
if (tries >= 150) {
clearInterval(waitInterval);
}
}, 100);
});