What's the purpose of tinyhippos-injected script?

JavascriptGoogle Chrome

Javascript Problem Overview


I noticed that Google Chrome appends a little JS script before the <head> tag of any web document that I load (you can notice that if you look at the HTML code using inspect element):

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

Out of curiosity, what does it do? Googleing around did not help.

Javascript Solutions


Solution 1 - Javascript

I believe you have installed Ripple Emulator (Beta) which is adding this script

Solution 2 - Javascript

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

Ideally it can be disabled by opening Ripple Mission Control, but it doesn't do that. Ripple Mission Control

To disable it for sure, you must disable Ripple Emulator(Beta) from chrome://extensions/ enter image description here

Solution 3 - Javascript

After looking into this further, please see this question.

https://stackoverflow.com/questions/11691455/uncaught-syntaxerror-in-js-and-possibly-wordpress

It is the Blackberry emulator.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
Questionraz3rView Question on Stackoverflow
Solution 1 - Javascriptsv_inView Answer on Stackoverflow
Solution 2 - JavascriptbantyaView Answer on Stackoverflow
Solution 3 - JavascriptCharliePrynnView Answer on Stackoverflow