Fix version number & Add Q&A about Instagram

This commit is contained in:
Ahmet Arda Kavakci 2022-04-17 04:51:15 +03:00
parent 1e06a26c2c
commit df00be2c3a
No known key found for this signature in database
GPG key ID: 80860C9FC6584220
3 changed files with 8 additions and 1 deletions

View file

@ -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)

View file

@ -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)

View file

@ -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