Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robot-inventor/hide-view-count
Browser extension to hide the number of Twitter impressions
https://github.com/robot-inventor/hide-view-count
Last synced: 28 days ago
JSON representation
Browser extension to hide the number of Twitter impressions
- Host: GitHub
- URL: https://github.com/robot-inventor/hide-view-count
- Owner: Robot-Inventor
- License: mit
- Created: 2022-12-23T13:18:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T06:47:39.000Z (7 months ago)
- Last Synced: 2024-04-11T19:45:11.635Z (7 months ago)
- Language: TypeScript
- Size: 1.37 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Hide View Count
![logo](image/logo.png)
[日本語で読む](README_ja.md)
This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster. It won't allow the View Count to be displayed for even a second!
This is an extension to "not **see** the number of impressions". It cannot be used to "not **show** the number of impressions".
- Chrome: [https://chrome.google.com/webstore/detail/hide-view-count/mmefeobjcchickbjelledfhagoddcklp](https://chrome.google.com/webstore/detail/hide-view-count/mmefeobjcchickbjelledfhagoddcklp)
- Firefox: [https://addons.mozilla.org/firefox/addon/hide-view-count/](https://addons.mozilla.org/firefox/addon/hide-view-count/)
- UserScript: [https://raw.githubusercontent.com/Robot-Inventor/hide-view-count/main/index.user.js](https://raw.githubusercontent.com/Robot-Inventor/hide-view-count/main/index.user.js)![screenshot](image/screenshot.png)
## What you can do
- Hide the number of impressions of your tweets and others' tweets on your browser
## What you cannot do
- Hide the number of impressions of your Tweets from others
- Using a client other than the official web version of the Twitter client## Supported Browsers
- Google Chrome: Supported
- Mozilla Firefox: Supported
- Microsoft Edge: Supported
- Opera: Unsupported but user report says it works## Development
### Setup
```powershell
npm install
```### Build
```powershell
npm run build
```### Package
```powershell
npm run package
```Both Manifest v2 (for Firefox) and Manifest v3 (for Chrome) files are generated in the following locations.
- Manifest v2: ``web-ext-artifacts/manifest_v2/hide_view_count-.zip``
- Manifest v3: ``web-ext-artifacts/manifest_v3/hide_view_count-.zip``### Versioning
Follows normal semantic versioning. Use the ``npm version`` command to update the version number.
Also, the version number of the extension listed in the manifest file is overwritten by the version number listed in ``package.json``. Therefore, there is no need to edit the version number in the manifest file when updating the version number.