bilelmoussaoui / revoke.app

https://revoke.app/
MIT License
7 stars 3 forks source link

Adding StackOverflow #8

Open mmahmoudian opened 4 years ago

mmahmoudian commented 4 years ago

In the URL structure of StackOverflow, the userID is an integral part and you cannot remove it. For example, the URL to access my Settings > Applications is: https://stackoverflow.com/users/apps/1613005 which the last part is my userID.

I couldn't find a universal way to address this.

bilelmoussaoui commented 4 years ago

Hmm that's a hard one to do. I don't think we have any easy way to do this one :(

mmahmoudian commented 4 years ago

Perhaps one way would be to open a modal window and explain to user how to find the page. Although I don't know how that can be defined in a .toml file!

There are many websites like this and we should find a general solution for this.

bilelmoussaoui commented 4 years ago

yeah, we will figure something out:) the format of the toml file could grow into something that handles such case as well