!! With the recent major API changes Reddit has introduced, the functionality of this plugin has been restricted
an extension for Google Chrome to check whether any Reddit (image) post can be detected as a repost with ease, uses the undocumented repostsleuth API
remember repostsleuth can't always detect reposts (e.g when certain changes have been made to the image)
searching for the image on Google via uploading or searching for a transcription of the image usually yields results too
by default repostchecker uses these parameters:
these can be changed in the contentScript.js file
-
download build-archive.zip and extract the build folder present inside the archive (clicking this link downloads the zip file)
-
visit chrome://extensions/ via the addressbar
- enable Developer Mode via the topbar
- select "Load unpacked"
- select the build folder you extracted in step 1
- plugin should be installed, refresh Chrome tabs where you need to use this
if you want to make changes and build: navigate to the repostchecker-main directory, install dependencies, and build.
cd repostchecker
npm install
npm run watch
load/refresh the extension after making changes