navigate to:
/wp-content/plugins/simple-site-speed/frontend.php
edit frontend, delete the first line:
<?php if ( current_user_can(‘manage_options’) || array_key_exists(‘debug’, $_GET) ) : ?>
and the last line:
<?php endif; ?>
this removes the admin rights filter.
you can delete or edit the code here too for adverts.
edit this file to change the position:
wp-content/plugins/simple-site-speed/style.css
the first line has bottom left, change it to top right etc.
and finally edit this file
/wp-content/plugins/simple-site-speed/simplesitespeed.js
to change to red color on the front end. my site is slow and i dont want it to look “bad” so i just changed the 2 instances of “red” with “blue”