Skip to content

Helps you turn off targeted ads on websites, apps, services, and devices

Notifications You must be signed in to change notification settings

edjw/stop-targeting-ads-me

Repository files navigation

Stop Targeting Ads at Me

This is the source code of a website at https://stoptargetingads.me

The website helps people find out how to turn off targeted ads on a range of websites, apps, and products.

It is a static site that builds with Jekyll.

To-Do

  • Add some contact form

How to add a company or product to the site

Each company/product needs a single markdown file (.md) in the format below. They are kept in the _items folder in the site. Ideally, it should also have a square logo for the company or product. They are kept in the images/logos folder of the site.

Single name and single opt-out link

---
name: Name 1
logo: logo.png
link: examplelink.com
---
Instructions on how to opt out go here. You can use any Markdown here.

Multiple names and multiple opt-out links

---
name:
  - Name 1
  - Name 2
logo: logo.png
link:
  - examplelink1.com
  - examplelink2.com
---
Instructions on how to opt out go here. You can use any Markdown here.

About

Helps you turn off targeted ads on websites, apps, services, and devices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published