Site icon Dipin Krishna

Remove ui.streamride.net ads injected by ISPs (Asianet in my case)

Read it full here : Asianet(ISP) injecting javascript code(ads) in every webpage requested by the customer

Here asianet(ISP) is injecting a javascript code into a website without the permission of the website owner and that’s against law.

This is the piece of code they are inserting

<div id="sTREAMrIDE" class="11;68">&nbsp;</div>
<script type="text/javascript" src="http://ui.streamride.net/new/ui.min.js">
</script>

I have informed the authorities about this, i don’t know whether they will take take any action against it or not.

Anyway here’s a small tip on how to prevent the ad from appearing on the webpages.

In windows:
Edit the file "C:\windows\system32\drivers\etc\hosts"
and add the following line at the bottom of the file –
127.0.0.1 streamride.net ui.streamride.net

In Linux:
Edit the file "/etc/hosts/"
and add the same line to bottom of the file.

127.0.0.1 streamride.net ui.streamride.net

Now clear your browser cache or just shift+refresh a page.

Exit mobile version