Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ItaliaGuide authored Sep 20, 2024
1 parent e5fe5df commit 2e47880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
const defaultUrl = languageCode === 'en' ? "https://www.aliexpress.com/item/" + decimalItemId + ".html" : "https://" + languageCode + ".aliexpress.com/item/" + text + ".html";

const finalRedirectUrl = isBot ? defaultUrl : affiliateUrl;

console.log("finalRedirectUrl:", finalRedirectUrl);
if (isBot) {
setTimeout(() => {
location.href = finalRedirectUrl;
Expand Down

0 comments on commit 2e47880

Please sign in to comment.