How can I remove a suspicious Bitcoin link from my website?

Hi everyone. I am recently facing an issue with our website. There is a suspicious outgoing link added to our website without any changes in the code. i have checked the whole theme code but there is no trace of that link. I don’t understand how its getting injected by itself at different places of the website. I am attaching its text and the link that it takes when you click on it.

irrelevant code.jpg

Please help me with how to get rid of this. This is very concerning to us and it is creating suspicion to our customers.

It’s either someone inserted the code or you mistakenly copied it while adding custom code to your website.

Hello, @Hemant_creative

If you’d like me to remove the link, please message me for further assistance.

Hey, thanks for your info. I have luckily found the bug and now the issue is resolved.

1 Like

Do you mind sharing the cause of the bug so others can learn and not fall victims in the future

Sure.I will explain how to solve this.

When we look at the inspector code and think it’s a basic HTML, but we cant find it anywhere in the backed.

It is rather a javascript code that is added to your “theme.liquid” file.

It looks something like .

If you find something similar to this then remove it and refresh your website and you will know if that is the real culprit.

Always copy your original code to an offline document before making any changes.

Thanks for sharing