From df00be2c3a0c299d2f76ec7d1cb1446143bbdc76 Mon Sep 17 00:00:00 2001 From: Ahmet Arda Kavakci Date: Sun, 17 Apr 2022 04:51:15 +0300 Subject: [PATCH] Fix version number & Add Q&A about Instagram --- README.md | 3 +++ README_tr.md | 3 +++ privacy-redirector.js | 3 ++- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e595c0..4e1df6f 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,9 @@ You can add the script from [Greasyfork](https://greasyfork.org/scripts/436359-p - [ ] Redirect Medium user pages to Medium itself without giving an error ## FAQ +__Why Instagram doesn't redirect to Bibliogram?__ +> Gonna fix it soon, it's really hard to manipulate Instagram's messy URLs while being a Javascript novice + __Why scribe.rip doesn't redirect to user pages?__ > "It's intentional that there is no way to browse content from a user, see popular posts, consume via an RSS feed, or further engage with an article via comments or "claps". I want to spend my time encouraging writers to move to worthy platforms, not making a bad platform worthy." > ~ [edwardloveall](https://sr.ht/~edwardloveall/scribe/#project-goals) diff --git a/README_tr.md b/README_tr.md index a85dd6f..2140f69 100644 --- a/README_tr.md +++ b/README_tr.md @@ -8,6 +8,9 @@ Bu kullanıcı betiği popüler sosyal medya platformlarını gizliliğe saygı Bu betiği [Greasyfork](https://greasyfork.org/scripts/436359-privacy-redirector) kullanarak ekleyebilir veya bu depoyu klonlayıp [elle](https://violentmonkey.github.io/guide/creating-a-userscript/) tarayıcınıza ekleyebilirsiniz. ## SSS +__Neden Instagram, Bibliogram'a yönlendirmiyor?__ +> Yakında düzelteceğim, Javascript acemisi olup Instagram'ın karman çorman URLlerini işlemek oldukça zor oluyor. + __Neden scribe.rip kullanıcı sayfalarına yönlendirmiyor?__ > Projenin yazarı Medium'u daha değerli hale getirmek yerine yazarları kötü platformlardan daha güzel platformlara yönlendirmek istiyor. Bu sebeple Medium'u eksiksiz bir şekilde gezinmeyi sağlayan bir önyüz yerine sadece makalelerin kendisine erişmeyi sağlayacak şekilde kalmasını istiyor. Asıl yazı için: [Project Goals](https://sr.ht/~edwardloveall/scribe/#project-goals) diff --git a/privacy-redirector.js b/privacy-redirector.js index 3a76da6..d2e821d 100644 --- a/privacy-redirector.js +++ b/privacy-redirector.js @@ -1,10 +1,11 @@ // ==UserScript== // @name Privacy Redirector +// @name:tr Gizlilik Yönlendiricisi // @namespace https://github.com/dybdeskarphet/privacy-redirector // @downloadURL https://raw.githubusercontent.com/dybdeskarphet/privacy-redirector/main/privacy-redirector.js // @updateURL https://raw.githubusercontent.com/dybdeskarphet/privacy-redirector/main/privacy-redirector.js // @license WTFPL -// @version 1.1.5.1 +// @version 1.1.6 // @description Redirect social media platforms to their privacy respecting frontends // @description:tr Sosyal medya platformlarını, gizliliğe saygı duyan önyüzlerine yönlendirir // @run-at document-start