How can I make ReadSpeaker ignore certain parts of a page from being read?
To ignore certain parts of a page you can use some of our pre-defined classes.
Examples:
rs_skip:
<p class="rs_skip">This paragraph will not be read by ReadSpeaker</p>
rs_skip_always:
<p class="rs_skip_always">This piece of text will be shown on the webpage, but not read by ReadSpeaker.</p>
rs_do_not_process:
<div class="rs_do_not_process">This content will not be processed or sent over the internet at all.</div>
Note: Another configuration is needed for rs_do_not_process to work. Please contact our Support Team for more information