Skip to content

csuarez/hate-love-twitter

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Hate Love: a Twitter like blocker

Love Hate logo

SUSHI-WARE LICENSE

This browser extension blocks from your Twitter timeline the likes of users you follow

🤘 Install it!

Browser
Google Chrome ⬇️ INSTALL
Firefox ⬇️ INSTALL
Opera ⬇️ INSTALL

What happens with XXX browser?

I hope to port the extension to other browsers very soon ✌️

👷 Build

Pre build

  1. Execute:

    $ npm install

Chrome

  1. Execute:

    $ npm run build:chrome
  2. The generated extension will be at dist/chrome.zip

Firefox

  1. Rename the env.dist file to env

  2. Complete the FIREFOX_JWT_ISSUE and FIREFOX_JWT_SECRET with your credentials.

  3. Execute:

    $ npm run build:firefox
  4. The generated extension will be at dist/hate_love_a_twitter_like_blocker-<version>-an+fx.xpi

Opera

  1. Execute:

    $ npm run build:opera
  2. The generated extension will be at dist/opera.zip