tracking-exposed / krgotrex

analysis of website, report if google third parties are present. campaign for cleaner web
https://kreuzberg.google.tracking.exposed
4 stars 1 forks source link

Update the description of TREX tool in Check-Your-Site section #24

Open vecna opened 5 years ago

vecna commented 5 years ago

What is Google Tracking Exposed?

TREX is a tool for detecting invisible trackers present on a website. When you open a website, you feel you are connecting to ONE site, but behind the scenes the connections are many, and they terminate in different companies and countries, this is how trackers work. The websites you connect to often enable companies to gather data about you. Sometimes this is being done intentionally, like when they profit from advertising, but sometimes you have no clue you are being tracked. Google is the most frequent owner of these trackers, as confirmation of their influence in the technology development.

What does it aim to achieve?

Most website owners are not aware that Google is infiltrating their website. There is a big difference between your site being in the google search engine, and when a google service got sneaked into your website. Sadly, both of the things are invisible to non technologies. The goal of this test is to help people in getting google free (if they can, or at least, make them aware of the problem)

What does TREX do?

It connects to the website you enter and analyses the invisible connections established by the device. It analyzes the traces and tries to associate these activities to known companies so that you can give a name and a face behind these activities.

How do I use TREX?

Type a website address into the area above, hit enter and see…..

What more can I do?

Use tools in your browser which tell you (and maybe even block for you) these web trackers, we suggest: https://www.ublock.org/

vecna commented 5 years ago

Note, normally the text strings are here (English) https://github.com/tracking-exposed/krgotrex/blob/master/site/locales/en.json and here (German) https://github.com/tracking-exposed/krgotrex/blob/master/site/locales/de.json

It is not the case for this section, because was an experimental update. In this case, the text is hard-coded here https://github.com/tracking-exposed/krgotrex/blob/master/site/views/check.pug

vecna commented 5 years ago

Procedure

git branch issue-24 
git checkout issue-24 

I've edited the file check.pug with the new texts.To check how they looks like:

20016 ۞  ~/Dev/invi.sible.link/campaigns/krgotrex DEBUG=* bin/www

and I connected to localhost:3000, it works: image

Then I saved and committed. mentioning the issue #24

vecna commented 5 years ago

Now, this new branch create (issue-24) is the place where we can review, suggest new changes, or translate the strings in the proper locales file. When this is complete, I'll merge the branch in master and it would be in production.