Getting logged out when I close out Firefox mobile on iOS
I do 99% of my browsing on Firefox mobile on iOS. Lately (possibly since I update to iOS 16.02), I’ve been logged out when I fully close out the app (swiping up).
I do 99% of my browsing on Firefox mobile on iOS. Lately (possibly since I update to iOS 16.02), I’ve been logged out when I fully close out the app (swiping up).
I'm using Firefox on Arch with ublock origin, umatrix, decentraleyes, darkreader, bypass paywalls, old reddit redirect.
None of these should affect Tildes in any way. but still, Firefox seems not to be able to keep me logged in, and everytime i open Tildes in a new tab, I'm logged out. Sometimes it remembers the theme (solarized dark) sometimes it does not and only remembers it after a refresh, and sometimes it just dont.
I dont even know where to look for a solution, especially as this seems to be Tildes specific as no other website seems to have this problems. an I'm pretty shure it has something to do with my Firefox, as it is that way on both of my computers.
edit: solution was to delete all tildes.net cookies
Hi, I've started developing syntax highlighting, but I'm unable to connect to Tildes on localhost. It's running, I can connect to Prometheus, but not to Tildes. I use Ubuntu.
I know there are few people here who already contributed to Tildes, how do you connect to Tildes?
Secure Connection Failed
, even after adding exception in about:config
for domains localhost
, *
, 127.0.0.1
, both with and without port, I even tried adding https://
before them.ERR_CONNECTION_RESET
(not something like insecure connection)ERR_CONNECTION_RESET
(not something like insecure connection)OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to localhost:4443
Unable to establish SSL connection.
Unable to connect to remote host.
Could someone tell me how to config Firefox / install certificate for Tildes on localhost / move Tildes to http
?
Thank you
Edit: I tried setting firefox security exception in a different way and this happened.
I posted about it three days ago but in these last three days I really worked my ass off to include lots of functionalities and feel like the community is missing a lot of topics...
So, sorry, I won't spam this for the next days every three days but I felt like it deserved to be "bumped" in the activity feed at least once now that the default is just 24h.
As of today, the features are:
I'll just link to the original topic so you can have some context if you want, otherwise these are just the links to download it:
I need feedback to know what else you'd like to see implemented or what have bugs or could be done in a different/better way!
So it all begun as a [something]monkey script but I decided to give it a try to web extensions after several years of not touching it.
If you don't care about the yada yada, skip right at the bottom now.
So the whole thing revolve around a simple concept: I'd like tildes to remain as lightweight as possible with a simple and clean interface and not too many user settings.
We don't know the full structure of the code yet but, by experience, frontend and backend require quite an effort to be kept in balance so that one or either don't becomes a mess.
From this idea, the next step has been quite obvious. Users that would like a more advanced frontend experience could just download an extension (probably an app for mobile once it becomes possible).
Right now the extension does some simple things. It is basically just a porting of the script I made some time ago so you'll get non-tildes link in a new tab and a button to jump to new comments in a topic you already visited.
The extension don't retain any user data. it doesn't care who you are or what you browse. If you're unsure you can check the source code (below).
The immediate priority is to create a "settings" page so you can customize how the features should behave. As an example, about the links in new tab, letting you decide which kind of links should behave like this: all / comment's / text submission's / etc etc. I'm still thinking which are reasonable use-case
After that, I want to try and implement a user's labelling system and that is the reason for the app already requesting access to storage data on the browser. I've yet to figure it out but the gist of it is that I'll store something like username:tag
duplet in your browser localstorage
and on load of a page, check for usernames match and add the label you choose.
I know the code is dirty. As I said, I didn't touch extensions since... I think more than 6 years ago. Maybe more.
On top of that, I went for jquery and am more of a modern framework JS developer with a strong preference and background as backend developer, so... you know.
I still think I'll stick to jquery because the syntax is quite clear and I want even non-technical people to be able to understand what's going on in the code if they want to double check.
If you want to contribute you're more than welcome but keep in mind that most basic things are still missing. To mention just a couple:
if you have any resource that you used to build something similar (web extension or the like) please share them as I've a goddamn long commute every day and have time to read :)
It should work on any fork of Chrome as well.
I can't assure the same for future development.
Current features: