Simple extension to remove annoying text surrounding the questions on www.examtopics.com. Made for Azure exams, but it will work for other ones if there are identical strings displayed. You can always filter more strings by modyfing script.js
.
git clone git@github.com:kamsec/ExamTopics-Question-Filter.git
- Go to
chrome://extensions
- Toggle on
Developer mode
- Click on
Load unpacked
and select the folder withmanifest.json
- Go to
about:debugging
- Click on
This Firefox
- Click on
Load Temporary Add-on
- Select any file of the extension
- Firefox removes temporary extensions on restart, so it's easier to use it with Chrome
- You can filter more strings by adding them to
unwantedStrings
array inscript.js
- If you have some paid plan on ExamTopics which allows you to view more than 5 questions on page, you can increase default
5
value infor
loop inscript.js
- Also available for Firefox at https://addons.mozilla.org/en-US/firefox/addon/examtopics-question-filter/