rbutr destroys misinformation and promotes critical thinking online.
Rbutr tells you when the webpage you are viewing has been disputed, rebutted or contradicted elsewhere on the internet.
This is the rbutr's browser extension (WebExtensions).
To know more checkout the videos (older version of the extension): https://www.youtube.com/watch?list=PLSz7oRxf5vs39J4asj8nQFauvih7zJXl_&v=hdgNnQm9be4
rbutr is a community-driven app which connects webpages together on the basis that one page argues against the other. Visit a rebutted page and you will be told "There are rebuttals to this page." You can then open up the rebutting article(s). Found a great rebuttal? Connect it to the page(s) it rebuts so that people reading those articles can know about it. Want a rebuttal for a page you have found? Submit a request to the community. Click here for more information and screenshots
Caution!
If you are using Windows, you need to use the Linux subsystem in order to execute the build scripts.
$ yarn install
$ yarn run test
$ yarn run build
Instead of yarn you can also use npm.
On Chrome & Vivaldi: https://developer.chrome.com/extensions/getstarted#unpacked
On Firefox: https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Your_first_WebExtension#Trying_it_out
On Opera: https://dev.opera.com/extensions/testing/
After you installed the extension, you might want to enable the developer mode:
- Open the Background page on your browser's extension page (Developer Tools show up)
- Open the "Application" section ("Storage" in Firefox)
- Click on "Local storage" and the nested entry
chrome-extension://<extension-id>
- Set key
rbutr.isDev
totrue
The Dev-Mode has currently 2 functionalities implemented.
- Instead of connecting to the productive server, it connects to a Test-Server. This way you can test code changes or just play around without affecting the live data.
- It gives you log messages in the console.
Please see http://blog.rbutr.com/support-rbutr/ or have a look at the issues