https://github.com/j3soon/comefromtwitter
Simple extension sample for modifying headers for certain urls or on click.
https://github.com/j3soon/comefromtwitter
Last synced: 6 months ago
JSON representation
Simple extension sample for modifying headers for certain urls or on click.
- Host: GitHub
- URL: https://github.com/j3soon/comefromtwitter
- Owner: j3soon
- License: mit
- Created: 2019-06-14T03:50:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-15T04:41:59.000Z (over 2 years ago)
- Last Synced: 2025-07-04T07:03:33.655Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ComeFromTwitter
Intercept http packets and check the result! If you don't know how to load the extension manually, the sample can be tested directly through:
- Firefox addon site (works on Android): [ComeFromTwitter](https://addons.mozilla.org/en-US/firefox/addon/comefromtwitter/)
- Chrome store: [ComeFromTwitter](https://chrome.google.com/webstore/detail/hhdimhjnfdljhmdhekbfkmogmohdmdef/)
Simple extension sample for modifying headers for certain urls or on click.
The code works on Google Chrome and Mozilla Firefox! Even on mobile browser!
The extension currently takes twitter's url as example, supports on-click header modification. The commented section means we can intercept and modify headers without user interaction, may be useful in some applications.
Test it on [What is my referrer?](https://www.whatismybrowser.com/detect/what-is-my-referrer).