A tool to hide Tweets that have more than a certain amount of likes.
There are a few manual configuration steps one needs to take before they can begin working on this project.
yarn install
in the root of this project to install dependenciesabout:profiles
web-ext-viraltweetfilter
for the profile nameWEB_EXT_FIREFOX
environment variable to tell web-ext
which version to
use. Click here to read the web-ext documentation for this feature.There are several Yarn scripts for aiding development:
yarn start
:
web-ext-viraltweetfilter
profile activeyarn lint
:
web-ext lint
and eslint
yarn build
:
web-ext-artifacts/
yarn test
:
yarn lint
and yarn build
succeed.yarn sign
:
If you want to create a signed version of this extension, you need to set up
your own extension on the AMO and change gecko.id
in manifest.json
to that
extension's ID.
See Submitting an Add-On and Packaging your extension for more information about this process.
ViralTweetFilter - Browser extension to filter "Viral" Tweets on Twitter
Copyright (C) 2020 Ralph Drake
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.