{"id":19264236,"url":"https://github.com/cphyc/thunderbird_remove_safelinks","last_synced_at":"2025-04-21T18:31:54.106Z","repository":{"id":51265714,"uuid":"301802698","full_name":"cphyc/thunderbird_remove_safelinks","owner":"cphyc","description":"Replace URLs which have been rewritten by Office 365 Advanced Threat Protection with the original URL.","archived":false,"fork":false,"pushed_at":"2021-05-18T12:50:53.000Z","size":230,"stargazers_count":12,"open_issues_count":1,"forks_count":3,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-01T15:13:21.128Z","etag":null,"topics":["email","thunderbird-extension"],"latest_commit_sha":null,"homepage":"https://addons.thunderbird.net/en-GB/thunderbird/addon/safelink-removal/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cphyc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-10-06T17:21:31.000Z","updated_at":"2024-06-03T15:32:41.000Z","dependencies_parsed_at":"2022-09-08T13:32:12.338Z","dependency_job_id":null,"html_url":"https://github.com/cphyc/thunderbird_remove_safelinks","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cphyc%2Fthunderbird_remove_safelinks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cphyc%2Fthunderbird_remove_safelinks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cphyc%2Fthunderbird_remove_safelinks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cphyc%2Fthunderbird_remove_safelinks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cphyc","download_url":"https://codeload.github.com/cphyc/thunderbird_remove_safelinks/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250111072,"owners_count":21376585,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["email","thunderbird-extension"],"created_at":"2024-11-09T19:40:29.253Z","updated_at":"2025-04-21T18:31:53.630Z","avatar_url":"https://github.com/cphyc.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Thunderbird remove safelinks\n\nA number of e-mail providers use a \"URL mangling\" service on links in emails,\nostensibly to improve security, that redirects all links through a third-party\nchecker service. The two most common such services are the \"SafeLinks\" service\nprovided by Outlook and the \"URLDefense\" service provided by Proofpoint.\n\nI don't like it at all, because I think it prevents you from assessing whether the email points to a safe destination or not.\n\nIt is unfortunately impossible to deactivate the safelink feature (except for personal accounts I guess?), and this is where this extension comes in play.\nIt replaces all occurrences of Safelinks- and URLdefense-encoded links from emails displayed in Thunderbird, and replaces them by their original value.\n\n![Mail view with and without the extension.](/demonstration.png?raw=true \"Mail view with and without the extension.\")\n\n# Installation\n\nHead to https://addons.thunderbird.net/en-GB/thunderbird/addon/safelink-removal/ and install the extension.\n\n# Building\n\nIn order to build this extension on Linux/MacOSX, execute these lines\n```bash\n# Clone the repository\ngit clone https://github.com/cphyc/thunderbird_remove_safelinks.git\n# Move into the newly-created folder\ncd thunderbird_remove_safelinks\n# We use node + npm to build the project\nnpm install    # install the required files\nnpm run build  # create the bundled extension, located in web-ext-artifacts/\n```\nYou can then install the extension by loading it directly in Thunderbird using the generated `.zip` file located in `thunderbird_remove_safelinks/web-ext-artifacts/`.\nNote that if you install this way, you need to manually update the repository, rebuild the extension and reload it in Thunderbird in order to update it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcphyc%2Fthunderbird_remove_safelinks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcphyc%2Fthunderbird_remove_safelinks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcphyc%2Fthunderbird_remove_safelinks/lists"}