Fix version number & Add Q&A about Instagram
This commit is contained in:
parent
1e06a26c2c
commit
df00be2c3a
3 changed files with 8 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue