{"id":38516822,"url":"https://github.com/davegallant/rfd-affiliate-stripper","last_synced_at":"2026-01-17T06:31:39.567Z","repository":{"id":96341679,"uuid":"442330964","full_name":"davegallant/rfd-affiliate-stripper","owner":"davegallant","description":"a browser extension that strips affiliate redirects on RFD","archived":false,"fork":false,"pushed_at":"2025-12-13T15:08:50.000Z","size":377,"stargazers_count":5,"open_issues_count":3,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-12-24T20:29:05.825Z","etag":null,"topics":["canadian","chrome","firefox","privacy","redflagdeals","rfd","tampermonkey"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/davegallant.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-12-28T02:49:38.000Z","updated_at":"2025-12-13T15:08:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"e78547e1-ffaa-4e40-9fb6-1327cc358e8c","html_url":"https://github.com/davegallant/rfd-affiliate-stripper","commit_stats":null,"previous_names":["davegallant/rfd-affiliate-stripper"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/davegallant/rfd-affiliate-stripper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davegallant%2Frfd-affiliate-stripper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davegallant%2Frfd-affiliate-stripper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davegallant%2Frfd-affiliate-stripper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davegallant%2Frfd-affiliate-stripper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davegallant","download_url":"https://codeload.github.com/davegallant/rfd-affiliate-stripper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davegallant%2Frfd-affiliate-stripper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28502364,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T04:31:57.058Z","status":"ssl_error","status_checked_at":"2026-01-17T04:31:45.816Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["canadian","chrome","firefox","privacy","redflagdeals","rfd","tampermonkey"],"created_at":"2026-01-17T06:31:38.933Z","updated_at":"2026-01-17T06:31:39.549Z","avatar_url":"https://github.com/davegallant.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rfd-affiliate-stripper\n\n\u003ca href=\"https://addons.mozilla.org/en-US/firefox/addon/rfd-redirect-stripper/\"\u003e\u003cimg src=\"https://user-images.githubusercontent.com/585534/107280546-7b9b2a00-6a26-11eb-8f9f-f95932f4bfec.png\" alt=\"Get rfd-affiliate-stripper for Firefox\"\u003e\u003c/a\u003e\n\u003ca href=\"https://chromewebstore.google.com/detail/rfd-affiliate-stripper/nhjomcijhonhoggkckbjjfnjdcefbblo?authuser=0\u0026hl=en\"\u003e\u003cimg src=\"https://user-images.githubusercontent.com/585534/107280622-91a8ea80-6a26-11eb-8d07-77c548b28665.png\" alt=\"Get rfd-affiliate-stripper for Chrome\"\u003e\u003c/a\u003e\n\nStrips affiliate redirects from deal links posted on RFD.\n\nOn every page load, it transforms a link with tracking such as\n\n```\nhttp://www.amazon.ca/gp/redirect.html?ie=UTF8\u0026location=https%3A%2F%2Fwww.amazon.ca%2Fdp%2FB09YXY3DKN%3Fref%3Dcm_sw_r_apan_dp_NX4HJ8HZ3XX2YK1J900A%26ref_%3Dcm_sw_r_apan_dp_NX4HJ8HZ3XX2YK1J900A%26social_share%3Dcm_sw_r_apan_dp_NX4HJ8HZ3XX2YK1J900A%26starsLeft%3D1%26skipTwisterOG%3D1\u0026tag=redflagdealsc-20\u0026linkCode=ur2\u0026camp=15121\u0026creative=330641\n```\n\ninto\n\n```\nhttps://www.amazon.ca/dp/B09YXY3DKN\n```\n\n## Why?\n\nThis helps navigate around broken links when using certain adblockers.\n\n## Building the extension\n\nTo build the extension, run:\n\n```sh\nnpm install\nnpm run build\n```\n\n## Updating redirects\n\nThe browser extension will update the list of redirects by periodically fetching the latest [redirects.json](redirects.json).\n\nOpen a pull request to this repo to update the redirects.\n\nAn easy way to test regex: [regex101.com](https://regex101.com/).\n\nNew config can be tested by pointing the config url of the extension to your own branch.\n\nFor example:\n\n```text\nhttps://raw.githubusercontent.com/davegallant/rfd-affiliate-stripper/my-new-branch/redirects.json\n```\n\n## Tampermonkey Script\n\nThis was originally a [Tampermonkey](https://www.tampermonkey.net/) userscript before evolving into a browser extension.\n\nTo use as a tampermonkey script, copy [script.js](./script.js) into Tampermonkey.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavegallant%2Frfd-affiliate-stripper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavegallant%2Frfd-affiliate-stripper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavegallant%2Frfd-affiliate-stripper/lists"}