How can I make ReadSpeaker ignore certain parts of a page from being read?
To ignore certain parts of a page you can use the class="rs_skip". When adding that class to a tag, the whole element will be ignored by ReadSpeaker.
Example:
<p class="rs_skip">This paragraph will not be read by ReadSpeaker</p>