Annoying Chrome ads pop-up will vibrate my phone

Search This thread



Member
Feb 28, 2016
13
0
How do i disable Browser vibration from any website?

Demo site:

https://shkspr.mobi/vibratescam/

Source Code

PHP:
<body>
   <script type="text/javascript">
      navigator.vibrate = navigator.vibrate || navigator.webkitVibrate || navigator.mozVibrate || navigator.msVibrate;
      navigator.vibrate([1000, 500, 1000, 500, 1000, 500, 1000, 500, 1000, 500, 1000, 500, 1000, 500]);
   </script>
   <img width="100%" src="phone.png" onclick="window.location.href='tel:09098790815';" />
   <audio autoplay="autoplay"> 
      <source src="ring.mp3" /> 
   </audio>
</body>

more info at: https://shkspr.mobi/blog/2014/01/malicious-use-of-the-html5-vibrate-api/
 

Ashwinrg

Senior Member
Feb 23, 2015
733
196
30
Mumbai
How do i disable Browser vibration from any website?

Demo site:

https://shkspr.mobi/vibratescam/

Source Code

PHP:
<body>   <script type="text/javascript">      navigator.vibrate = navigator.vibrate || navigator.webkitVibrate || navigator.mozVibrate || navigator.msVibrate;      navigator.vibrate([1000, 500, 1000, 500, 1000, 500, 1000, 500, 1000, 500, 1000, 500, 1000, 500]);   </script>   <img width="100%" src="phone.png" onclick="window.location.href='tel:09098790815';" />   <audio autoplay="autoplay">       <source src="ring.mp3" />    </audio></body>

more info at: https://shkspr.mobi/blog/2014/01/malicious-use-of-the-html5-vibrate-api/
Google chrome is annoying. Full of ads and it always redirected to other page.

Many android mobiles in the world hacked by using Google chrome.

If you still want to use chrome then use AdAway,AdBlock plus or Adguard apps to block ads.
 

veer.killerboy

Senior Member
Nov 14, 2012
330
100
jabalpur
How do i disable Browser vibration from any website?

Demo site:

https://shkspr.mobi/vibratescam/

Source Code

PHP:
<body>
   <script type="text/javascript">
      navigator.vibrate = navigator.vibrate || navigator.webkitVibrate || navigator.mozVibrate || navigator.msVibrate;
      navigator.vibrate([1000, 500, 1000, 500, 1000, 500, 1000, 500, 1000, 500, 1000, 500, 1000, 500]);
   </script>
   <img width="100%" src="phone.png" onclick="window.location.href='tel:09098790815';" />
   <audio autoplay="autoplay"> 
      <source src="ring.mp3" /> 
   </audio>
</body>

more info at: https://shkspr.mobi/blog/2014/01/malicious-use-of-the-html5-vibrate-api/

Yes those pop up are too annoying but AdAway,moad mod can b used too. Or just change browser anyway.
 

Luk164

Senior Member
Feb 13, 2016
87
19
Android Wear
True, but my solution still holds and I have no need for chrome to vibrate for any reason so I will stick to that. There should be absolutely no way for an add to vibrate a device.
 
  • Like
Reactions: awyeahh1

awyeahh1

Senior Member
Jun 1, 2012
228
18
True, but my solution still holds and I have no need for chrome to vibrate for any reason so I will stick to that. There should be absolutely no way for an add to vibrate a device.

freakin outrageous, google is just mucking around. phone vibrating like hell because of a stupid ad is just ridiculous,
 

Luk164

Senior Member
Feb 13, 2016
87
19
Android Wear
Update on my solution, there is a problem that if you use it, you should not use find function, because google tries to vibrate if there is no match and crashes. Still a sound solution though, if you do not use this function.
 
Last edited:

TehZig

Member
Oct 30, 2017
18
1
Copy the link address from the above post. Or go to chrome://flags
Find the setting, and enable.
Browser should ask to be restarted to save. :)
 

jarze_

New member
Jun 28, 2018
1
0
Argh. There is no flag with "vibrate" in its name, actually not even "vib" gets any results on chrome://flags
 

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    Solution

    I used permission manager from xposed framework to prohibit chrome from eccesing vibrations entirely. It works like a charm.
    1
    True, but my solution still holds and I have no need for chrome to vibrate for any reason so I will stick to that. There should be absolutely no way for an add to vibrate a device.