dstillr (THIS PROJECT HAS BEEN ARCHIVED)
Remove spammy messages and accounts from your wallet on Steemit.com with dstillr, an extension for Google Chrome.
- This repo includes the unpacked extension. You should not need to build unless you want to debug or change something. If that's the case...
- You'll need the dev dependencies so run
npm install
. - Use
npm run build
to transpile and minify changes in src/*.js to ext/*.min.js. To transpile a more human readable script for debugging you can usenpm run build-debug
instead.
- The /ext folder contains the unpacked extension. Save the contents of this folder locally to a place they will remain while in use.
- From Chrome's menu select More tools > Extensions or browse to:
chrome://extensions
. - Enable Developer mode via the switch at upper-right.
- Click on Load unpacked.
- Select the local folder containing dstillr and click OK.
- In Chrome you should see the dstillr icon ( ) in your browser toolbar.
If you only want to use the filter without hacking you can install directly from the Chrome Web Store:
https://bit.ly/dstillr-chrome-ws
This way you will also get automatic updates.
Click on the the dstillr icon ( ) in your browser toolbar. Enter one account per line or separate multiple accounts with spaces. You can combine both methods of separating account names.
When you visit any user's
wallet page (e.g https://steemit.com/@someaccount/transfers
) on steemit.com
all transactions from accounts on the block list will be suppressed. The block
list is processed when the page loads. If you update the list refresh the page
to see the new results.
Copyright 2018 Trevor D. Reid
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
This project is not affiliated with nor endorsed by:
Steemit.com; Steemit, Inc.; Google Chrome; Google LLC; Alphabet, Inc.