What is the purpose of introducing tinyhippos script?

I noticed that Google Chrome adds a bit of JS script to the <head> any downloadable web document (you may notice that if you look at the HTML code using a validation element):

 <script id="tinyhippos-injected"> if (window.top.ripple) { window.top.ripple("bootstrap").inject(window, document); </script> 

Out of curiosity, what is he doing? Google did not help.

+80
javascript google-chrome
Jan 17 '13 at 13:09
source share
3 answers

I believe you have installed Ripple Emulator (Beta) , which adds this script

+136
Jan 17 '13 at 13:12
source share

This script is inserted using the chrome Ripple Emulator (Beta) extension, if enabled. Chrome Store Pic

Ideally, you can turn it off by opening Ripple Mission Control, but this is not the case. Heart rate control

To disable it, you must disconnect the Ripple emulator (beta) from chrome: // extensions / enter image description here

+4
Jun 11 '16 at 9:36
source share

Having studied this, please review this question.

Do not use SyntaxError in JS and possibly Wordpress

This is a Blackberry emulator.

+2
Jan 17 '13 at 13:12
source share



All Articles