Hi, I didn't get any notification for your post.
here is the link
http://bit.ly/1dIwBG7You can find the injecting part with the h1 near the end of the document, using your browser inspector.
Here is the complete div:
- Code: Select all
<div id="goog-gt-tt" class="skiptranslate" dir="ltr">
<div style="padding: 8px;">
<div>
<div class="logo">
<img src="https://www.google.com/images/icons/product/translate-32.png" width="20" height="20">
</div>
</div>
</div>
<div class="top" style="padding: 8px; float: left; width: 100%;">
<h1 class="title gray">
Original text
</h1>
</div>
<div class="middle" style="padding: 8px;">
<div class="original-text"></div>
</div>
<div class="bottom" style="padding: 8px;">
<div class="activity-links">
<span class="activity-link">Contribute a better translation</span>
</div>
<div class="started-activity-container">
<hr style="color: #CCC; background-color: #CCC; height: 1px; border: none;">
<div class="activity-root"></div>
</div>
</div>
<div class="status-message" style="display: none;"></div>
</div>