{"id":16136857,"url":"https://github.com/jarne/redirect-skipper","last_synced_at":"2026-03-18T18:03:03.965Z","repository":{"id":139796369,"uuid":"582397140","full_name":"jarne/redirect-skipper","owner":"jarne","description":"📢 Web tool to fetch real URL out of ad redirects","archived":false,"fork":false,"pushed_at":"2024-03-03T17:55:02.000Z","size":1304,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T16:52:51.422Z","etag":null,"topics":["ad","fetch","redirect","skip","url"],"latest_commit_sha":null,"homepage":"https://redirect-skipper.wayspace.net","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jarne.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-26T17:41:37.000Z","updated_at":"2024-03-04T13:16:15.000Z","dependencies_parsed_at":"2024-03-03T18:31:29.336Z","dependency_job_id":"b5202219-d208-493f-a3f8-20f16686e701","html_url":"https://github.com/jarne/redirect-skipper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jarne/redirect-skipper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarne%2Fredirect-skipper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarne%2Fredirect-skipper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarne%2Fredirect-skipper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarne%2Fredirect-skipper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jarne","download_url":"https://codeload.github.com/jarne/redirect-skipper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarne%2Fredirect-skipper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28587072,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T20:45:59.482Z","status":"ssl_error","status_checked_at":"2026-01-19T20:45:41.500Z","response_time":67,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ad","fetch","redirect","skip","url"],"created_at":"2024-10-09T23:24:32.554Z","updated_at":"2026-03-18T18:03:03.948Z","avatar_url":"https://github.com/jarne.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eRedirect Skipper\u003c/h1\u003e\n\u003cp align=\"center\"\u003eWeb tool to fetch real URL out of ad redirects\u003c/p\u003e\n\n\u003cbr\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/jarne/redirect-skipper/blob/master/package.json\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/package-json/v/jarne/redirect-skipper.svg\" alt=\"Package version\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://app.netlify.com/sites/incomparable-bombolone-6394dd/deploys\"\u003e\n        \u003cimg src=\"https://api.netlify.com/api/v1/badges/fe723044-cead-4514-9ac5-2dd43da41f6a/deploy-status\" alt=\"Netlify Status\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/jarne/redirect-skipper/blob/master/LICENSE\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/license/jarne/redirect-skipper.svg\" alt=\"License\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n##\n\n[Description](#-description) | [Usage](#-usage) | [Contribution](#-contribution) | [License](#%EF%B8%8F-license)\n\n## 📙 Description\n\nMany shopping platforms on the internet send you to URL's through ad domains redirecting to the real target URL.\nIf using an DNS-based ad blocker, you can't open those URL's.\nLuckily, most of those ad URL's contain the real destination URL in the URL parameters.\nThis web app finds encoded URL's in the parameters and redirects you to the real destination.\n\nHere's a screenshot of the web app:\n\n\u003cimg src=\".github/.media/screenshot.png\" alt=\"Screenshot of the app\"\u003e\n\n## 🖥 Usage\n\n### Using the hosted version of the app\n\nUse the hosted version at [redirect-skipper.yellowlake.net](https://redirect-skipper.yellowlake.net).\n\n### Build it locally\n\nClone the repository and install the dependencies using:\n\n```\n$ yarn install\n```\n\nThen run this command to build the web app:\n\n```\n$ yarn build\n```\n\nThe 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.\n\n## 🙋‍ Contribution\n\nContributions are always very welcome! It's completely equally if you're a beginner or a more experienced developer.\n\nThanks for your interest 🎉👍!\n\n## 👨‍⚖️ License\n\n[MIT](https://github.com/jarne/redirect-skipper/blob/main/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjarne%2Fredirect-skipper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjarne%2Fredirect-skipper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjarne%2Fredirect-skipper/lists"}