Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.2 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.2 KB

ExamTopics Question Filter

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.

Download

git clone [email protected]:kamsec/ExamTopics-Question-Filter.git

Chrome

  1. Go to chrome://extensions
  2. Toggle on Developer mode
  3. Click on Load unpacked and select the folder with manifest.json

Firefox

  1. Go to about:debugging
  2. Click on This Firefox
  3. Click on Load Temporary Add-on
  4. Select any file of the extension

Notes:

  • 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 in script.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 in for loop in script.js
  • Also available for Firefox at https://addons.mozilla.org/en-US/firefox/addon/examtopics-question-filter/