Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jarne/redirect-skipper
📢 Web tool to fetch real URL out of ad redirects
https://github.com/jarne/redirect-skipper
ad fetch redirect skip url
Last synced: 16 days ago
JSON representation
📢 Web tool to fetch real URL out of ad redirects
- Host: GitHub
- URL: https://github.com/jarne/redirect-skipper
- Owner: jarne
- License: mit
- Created: 2022-12-26T17:41:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-03T17:55:02.000Z (10 months ago)
- Last Synced: 2024-11-01T14:21:23.921Z (2 months ago)
- Topics: ad, fetch, redirect, skip, url
- Language: HTML
- Homepage: https://redirect-skipper.wayspace.net
- Size: 1.24 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Redirect Skipper
Web tool to fetch real URL out of ad redirects
##
[Description](#-description) | [Usage](#-usage) | [Contribution](#-contribution) | [License](#%EF%B8%8F-license)
## 📙 Description
Many shopping platforms on the internet send you to URL's through ad domains redirecting to the real target URL.
If using an DNS-based ad blocker, you can't open those URL's.
Luckily, most of those ad URL's contain the real destination URL in the URL parameters.
This web app finds encoded URL's in the parameters and redirects you to the real destination.Here's a screenshot of the web app:
## 🖥 Usage
### Using the hosted version of the app
Use the hosted version at [redirect-skipper.landway.space](https://redirect-skipper.landway.space).
### Build it locally
Clone the repository and install the dependencies using:
```
$ yarn install
```Then run this command to build the web app:
```
$ yarn build
```The built website will be available in the `dist`-folder, just open the `index.html`-file in your browser or upload the files to a web server.
## 🙋 Contribution
Contributions are always very welcome! It's completely equally if you're a beginner or a more experienced developer.
Thanks for your interest 🎉👍!
## 👨⚖️ License
[MIT](https://github.com/jarne/redirect-skipper/blob/main/LICENSE)