An open API service indexing awesome lists of open source software.

https://github.com/backface/rndlikr

a WebExtension that randomly likes facebook posts
https://github.com/backface/rndlikr

Last synced: 8 months ago
JSON representation

a WebExtension that randomly likes facebook posts

Awesome Lists containing this project

README

          

# rndlikr

rndlikr is a WebExtension/Browser Add-On for Firefox that randomly likes posts in your
facebook feed by clicking a randomly selected like button in
random time intervals (given facebook is opened in one of your browser tabs).
The intend is to obsufcate your real like patterns by random noise to decrease it's
prediction value for facebook and other apps.

This is a proof-of-concept version for now.
It works for one tab, but might get a bit confused it you open several
tabs with facebook (it still works only in one). It still might be a bit buggy.

## INSTALL

You can find and download a (signed) package [here](http://m.ash.to/rndlikr/rndlikr-1.0-an+fx.xpi) (If
Firefox does not allow a direct install, download and install from file first)

To try it out temporarly, you have two possibilities (Firefox):

1. Open Firefox and load `about:debugging` in the URL bar. Click the
[Load Temporary Add-on](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Temporary_Installation_in_Firefox)
button and select the `manifest.json`.
2. Install the
[web-ext](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Getting_started_with_web-ext)
tool, change into the rndlikr directory and type `web-ext run`. This will launch Firefox and
install the extension automatically (temporarly).