Just skip this terrible usability nightmare and read the original list instead at [1]. FWIW, I used Ctrl+F to search around (for, in my case, my country name).<p>And the 100 dollar question: is this better or worse than an average bank from your_country? I have <i>no clue</i> about my own bank. Reading through this list, it seems I should <i>get a clue</i> about my own bank.<p>[1] <a href="https://www.paypal.com/ie/webapps/mpp/ua/third-parties-list" rel="nofollow">https://www.paypal.com/ie/webapps/mpp/ua/third-parties-list</a>
The tree visualization was kind of cool, so I turned it into a library called d4tree.<p><a href="https://github.com/shawwn/d4tree" rel="nofollow">https://github.com/shawwn/d4tree</a><p>Throw it any JSON data whose structure is isomorphic to <a href="http://rebecca-ricks.com/paypal-data/data/paypal.json" rel="nofollow">http://rebecca-ricks.com/paypal-data/data/paypal.json</a><p>Here's an example of how to use d4tree on your site:<p><a href="https://github.com/shawwn/d4tree-paypal" rel="nofollow">https://github.com/shawwn/d4tree-paypal</a><p><pre><code> git clone https://github.com/shawwn/d4tree-paypal
cd d4tree-paypal
yarn && yarn dev
</code></pre>
Make any changes you want to paypal.json, then refresh <a href="http://localhost:1234" rel="nofollow">http://localhost:1234</a> to see them. Whenever you're happy, run `yarn deploy` to push it live.<p>Standard paypal visualization:<p><a href="https://dist-zlomdidehn.now.sh/" rel="nofollow">https://dist-zlomdidehn.now.sh/</a><p>After truncating paypal.json to three nodes, we get a skinny tree:<p><a href="https://dist-kzpulmmevd.now.sh/" rel="nofollow">https://dist-kzpulmmevd.now.sh/</a><p>Let's attach package.json to the top of paypal.json:<p><pre><code> import d4tree from 'd4tree';
d4tree([{
name: "package.json",
parent: "null",
children: require('./paypal.json'),
Data: JSON.stringify(require('./package.json'), true, 2),
}]);
</code></pre>
<a href="https://dist-vcqquyfbwl.now.sh" rel="nofollow">https://dist-vcqquyfbwl.now.sh</a><p><a href="https://imgur.com/a/arwF5" rel="nofollow">https://imgur.com/a/arwF5</a>
this is actually worse than the source. for whatever reason, the chart appears super zoomed out for me, so the text is tiny. but even if there wasn't a font issue, the source is already clear as it is that a flowchart style diagram isn't going to help.
Understanding privacy policies and terms of service has become a nightmare. I wish there was a standard privacy format, which companies could use to define and update their privacy policies. That way, it ll be easier for people to understand<p>1. What personal data is being used ?<p>2. What kind of data do websites store in your browser cookie ?<p>3. Which are the 3rd party tools / services used to share data ?<p>4. Who are the 3rd parties, the data is being shared with.
This interface is incredibly hard for me to use. I'm having to do a lot of scrollbar fighting and I can't figure out how to see the nodes beyond the edge of the frame.
With a json viewer chrome extension<p>(<a href="https://chrome.google.com/webstore/detail/json-viewer/gbmdgpbipfallnflgajpaliibnhdgobh?hl=en-US" rel="nofollow">https://chrome.google.com/webstore/detail/json-viewer/gbmdgp...</a>)<p>this is much easier to read:<p><a href="http://rebecca-ricks.com/paypal-data/data/paypal.json" rel="nofollow">http://rebecca-ricks.com/paypal-data/data/paypal.json</a>
Maybe of interest: <a href="https://www.whotracks.me/" rel="nofollow">https://www.whotracks.me/</a> - A growing list of profiles on trackers and tracking landscape on popular domains.
Huh, what is the CCC doing in there? The Chaos Computer Club, largest hacker club of Europe, organizer of the Chaos Community Congress that attracts some 15 000 hackers every year?<p>They're filed under customer support outsourcing with the "explanation":<p>> Global Ops Customer service outsourcing for the German market.<p>> Full Name, Date of Birth, Email address, Physical address, Telephone number, Financials-bank, debit, and credit, Transaction history, Business details including URLs, SSN/TIN/EIN, IP Address. Counterparty details.
If I zoom in enough to have readable text, the branches below the middle are unreachable via scrolling (Safari). Something is very broken with this presentation.