Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flandredaisuki/facebook-dont-track-me
Remove tracking parameters of Facebook as many as possible
https://github.com/flandredaisuki/facebook-dont-track-me
facebook privacy webextension
Last synced: about 2 months ago
JSON representation
Remove tracking parameters of Facebook as many as possible
- Host: GitHub
- URL: https://github.com/flandredaisuki/facebook-dont-track-me
- Owner: FlandreDaisuki
- License: mit
- Created: 2018-11-30T10:06:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T16:56:21.000Z (over 2 years ago)
- Last Synced: 2024-10-12T11:47:19.445Z (2 months ago)
- Topics: facebook, privacy, webextension
- Language: JavaScript
- Homepage: https://addons.mozilla.org/firefox/addon/facebook-dont-track-me/
- Size: 311 KB
- Stars: 12
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Facebook Don't Track Me
![logo](src/logo64.png)
Strip Facebook track parameters and clarify url
[[English](./README.md)] - [[正體中文](./README_zh-TW.md)]
- [Examples](#Examples)
- [Installation](#Installation)
- [Firefox](#Firefox)
- [Chromium-based](#Chromium-based)
- [Userscript (lite)](#Userscript-lite)
- [Permission Explanation](#Permission-Explanation)
- [tabs / contextMenus / clipboardWrite](#tabs--contextMenus--clipboardWrite)
- [webRequest / webRequestBlocking / \](#webRequest--webRequestBlocking--all_urls)
- [Work with Other Extensions](#Work-with-Other-Extensions)
- [LICENSE](#LICENSE)## Examples
|An example of internal link in Facebook|An example of external link in Facebook|
|:-:|:-:|
|![An example of internal link in Facebook](assets/example1.png)|![An example of external link in Facebook](assets/example2.png)|## Installation
### Firefox
[![firefox-addons-badge](assets/firefox-addons-badge58.png)](https://addons.mozilla.org/zh-TW/firefox/addon/facebook-dont-track-me/)
### Chromium-based
1. Clone it or download the zip and unzip it
![download zip](assets/download-zip.png)
2. Open developer mode and load the **src/** in project folder
![load project](assets/load-project.png)
### Userscript (lite)
The userscript release can clarify url in address bar but the tracking parameters are still in requests.
1. After install script managers (Tampermonkey, ...) and click [![Install-userscript-brightgreen](assets/Install-userscript-brightgreen.svg)](https://github.com/FlandreDaisuki/Facebook-Dont-Track-Me/raw/master/Facebook-Dont-Track-Me.user.js)
## Permission Explanation
### tabs / contextMenus / clipboardWrite
These permissions are for the implementation of right click and copy the clarified link.
When click that function, the link will send to background and process it, then send back clarified URL to the tab you click and replace your clipboard content.
### webRequest / webRequestBlocking / \
The reason I use `` instead of Facebook's domain is the tracking parameter, like `fbclid`, are spread all over Facebook and non Facebook sites.
I don't want to send other sites these tracking parameters from non Facebook sites to other non Facebook sites.
The `webRequest` and `webRequestBlocking` can let me filter and clarify all requests.
## Work with Other Extensions
* [**Privacy Badger** _by EFF Technologists_](https://addons.mozilla.org/firefox/addon/privacy-badger17/)
Protect privacy generally but they canceled `mousedown` event that we need, you can disable **Privacy Badger** in Facebook (facebook.com) only.
* [**Facebook Container** _by Mozilla_](https://addons.mozilla.org/firefox/addon/facebook-container/)
Mozilla use Firefox Container technique to isolate Facebook from other sites.
* [**uBlock Origin** _by Raymond Hill_](https://addons.mozilla.org/firefox/addon/ublock-origin/)
The well-known request filter extension, work well with our extension.
* [**Neat URL** _by Geoffrey De Belie_](https://addons.mozilla.org/firefox/addon/neat-url/)
They handle addresses very well. Our extension checks your POST and AJAX requests additionally.
## LICENSE
The MIT License
Copyright (c) 2019 FlandreDaisuki \