From 5dbfadaf875d1949abf5ed0f0d98cd7f4b220792 Mon Sep 17 00:00:00 2001 From: leonardo-dgs <17832817+leonardo-dgs@users.noreply.github.com> Date: Fri, 26 Apr 2024 16:41:25 +0200 Subject: [PATCH 1/2] Add Revolut as easy --- _data/sites.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/_data/sites.json b/_data/sites.json index cd61daa2..2c0645a3 100644 --- a/_data/sites.json +++ b/_data/sites.json @@ -620,6 +620,14 @@ "notes_pl-PL": "Kliknij na pobieranie danych z zakresu czasu lub wszystkich. Następnie poczekaj na prywatną wiadomość w reddit, kliknij w 'Pobierz tutaj' i gotowe. UWAGA: prośbę o dane można wykonać tylko raz na 30 dni." }, + { + "name": "Revolut", + "url": "https://www.revolut.com/privacy-policy/", + "difficulty": "easy", + "notes": "From the app, go to the profile icon, then to \"Account\" -> \"Documents\" -> \"General\" -> \"Subject access request\". You will get a PDF document with your data.", + "notes_it-IT": "Dall'applicazione, vai sull'icona del profilo, quindi su \"Conto\" -> \"Documenti\" -> \"Generale\" -> \"Richiesta di accesso ai dati personali\". Otterrai un documento PDF con i tuoi dati." + }, + { "name": "Riot Games", "url": "https://support-leagueoflegends.riotgames.com/hc/en-us/requests/new", From d901b226c4079757942acc3121a26814807e9230 Mon Sep 17 00:00:00 2001 From: leonardo-dgs <17832817+leonardo-dgs@users.noreply.github.com> Date: Fri, 26 Apr 2024 16:54:29 +0200 Subject: [PATCH 2/2] Fix formatting errors --- CNAME | 2 +- _data/sites.json | 3 +-- assets/js/scripts.js | 2 +- script/validate_json.rb | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/CNAME b/CNAME index 240fb79b..570e3318 100644 --- a/CNAME +++ b/CNAME @@ -1 +1 @@ -justgetmydata.com \ No newline at end of file +justgetmydata.com diff --git a/_data/sites.json b/_data/sites.json index cd61daa2..6986dcfd 100644 --- a/_data/sites.json +++ b/_data/sites.json @@ -569,7 +569,7 @@ "difficulty": "easy", "notes": "Download all your personal data (transaction history excluded). Click on the 'send request' button, you will be notified via email once your data is ready." }, - + { "name": "Paypal Transactions", "url": "https://www.paypal.com/reports/dlog", @@ -714,7 +714,6 @@ "notes": "The email and phone number you use on the form must be associated with your T-Mobile account. Proof of identity (Driver's License or Passport, New Hampshire residents cannot submit a Driver's License as proof) is required." }, - { "name": "T-shirt personalisé", "url": "https://vive-lamode.com/collections/t-shirt-personnalise", diff --git a/assets/js/scripts.js b/assets/js/scripts.js index f54caddd..de8fc7b2 100644 --- a/assets/js/scripts.js +++ b/assets/js/scripts.js @@ -59,7 +59,7 @@ $(function(){ $(".num-sort a").click(function(e){ e.preventDefault(); var term = $(this).text().toLowerCase(); - + hideFilteredSites(function() { var text = $(this).find(".site-header").text().trim().toLowerCase().substr(0,1); return !~text.indexOf(term); diff --git a/script/validate_json.rb b/script/validate_json.rb index e894a095..5b72a652 100755 --- a/script/validate_json.rb +++ b/script/validate_json.rb @@ -149,7 +149,7 @@ def validate_site_translation(is_sites_json, keys_in_language_json, file) STDERR.puts file + " contains duplicates" exit ExitCodes::DUPLICATES end - + # check for alphabetical ordering json.each_with_index do |(key, _), i| # sites.json is an array of objects; this would expand to: