|
@@ -22,7 +22,7 @@
|
|
|
let redir;
|
|
let redir;
|
|
|
if(window.location.hostname.indexOf("ebay") !== -1) {
|
|
if(window.location.hostname.indexOf("ebay") !== -1) {
|
|
|
let s = window.location.pathname.split('/');
|
|
let s = window.location.pathname.split('/');
|
|
|
- redir = '/itm/' + s[s.length -1];
|
|
|
|
|
|
|
+ redir = '/itm/' + s[s.length -1] + '?nordt=true';
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
else if(window.location.hostname.indexOf("amazon") !== -1) {
|
|
else if(window.location.hostname.indexOf("amazon") !== -1) {
|
|
@@ -57,4 +57,4 @@
|
|
|
console.log("Shorting URL:", window.location.href, "->", redir);
|
|
console.log("Shorting URL:", window.location.href, "->", redir);
|
|
|
history.pushState(null, '', redir);
|
|
history.pushState(null, '', redir);
|
|
|
|
|
|
|
|
-})();
|
|
|
|
|
|
|
+})();
|