CrowdComms Q&A Name Hider
This tool works using a JavaScript bookmarklet. Once installed, you’ll be able to hide names on a CrowdComms Q&A page on iPad by simply tapping a bookmark in Safari. Installation takes about 30 seconds and only needs to be done once.
Step 1: Press the button below to copy some code.
You should be able to press the button to copy the code. If that fails, the code is listed at the bottom of this page so you can manually select it and copy it.
Step 2: Add this page to your iPad as a bookmark - somewhere easy to access with a tap.
There’s usually a Share or an Add Bookmark or Add Favourite button somewhere in the top right of Safari.
Step 3: Edit the bookmark you just made, delete the URL and paste over it with the code you copied earlier.
You should now have a bookmark called “CrowdComms Q&A Name Hider“ on your iPad.
Simply visit a CrowdComms Moderator or Speaker view on the iPad and tap the bookmark to hide the names.
Important note - this bookmarklet will need to be pressed every time the site is refreshed.
Any questions or issues? Email carmstrong@crowdcomms.co.uk
Here is the code in case you need to copy it manually:
javascript:(function(){var css = `.qanda-speaker__table mat-row .table-cell__text .text-table-cell__subtext{display:none!important;}.qanda-moderator__table mat-row .table-cell__text .text-table-cell__subtext{display:none!important;}`; var style = document.createElement('style');style.innerHTML = css;document.head.appendChild(style);})();