For Aston University's 2017 Hackathon we submitted a browser extension called FaktNews. FaktNews grades the trustworthiness of the website you're currently viewing. For each website you visit, we average Majestic's trustworthiness and citation values, our own measure, and a community's vote to give you an overall grade.
This repository is a refinement of our work: it's ~325% faster, the GUI has been revamped, and has a website version so can run queries outside the extension.
We currently support any browser that uses the WebExtensions API. This includes Chrome, Firefox, and Edge among others. Internet Explorer does not have support, and we do not plan to add it. Ensure your browser is up-to-date, as there are many known issues with older builds.
To install on Chrome do the following:
- Go to
chrome://extensions
- Enable
Developer mode
- Click
Load unpacked extension...
- Navigate to the
Extension
folder, and clickOpen
on the folder
To install on FireFox do the following:
- Go to
about:debugging
- Tick
Enable add-on debugging
- Click
Load Temporary Add-on
- Navigate to the
Extension
folder, and clickOpen
on any item inside the folder
To install on Opera do the following:
- Press
Ctrl-Shift-E
or navigate to:Menu > Extensions > Extensions
- Click
Developer Mode
- Click
Load unpacked extension...
- Navigate to the
Extension
folder, and clickOK
on the folder
While the extension is compatible with Edge, it is not going to be implemented as Edge Extensions must be published on the Windows Store.
NB: SVG CSS rotation is not working (as of end 2017) in Edge. This means that the Pie Chart sections will overlap, and the Circlular progression bars will start on the horizontal axis. View this webpage to check support.