I can’t open X on mobile safari for some time now.
Been 3-4 months since it worked with Firefox Focus.
X.com refuses to open with Firefox strict tracking protection enabled
71–80 of 240 posts
Re: X.com refuses to open with Firefox strict tracking protection enabled
#72Re: X.com refuses to open with Firefox strict tracking protection enabled
#73So I get strict tracking protection and I can't open Twitter, no matter how hard I try? I'm not sure I see the downside.
A week ago twitter had pictures and videos from several angles of assasination attempt on Trump when media still reported "an incident." The difference is wild. Ditching twitter is like going back from old-school news tv to a telegraph.
Anyway, I have strict tracking protection enabled and x.com loads fine. Firefox 128 on Ubuntu, official snap.
Re: X.com refuses to open with Firefox strict tracking protection enabled
#74There's better alternatives. Why would anybody in their right mind stay on X?
Re: X.com refuses to open with Firefox strict tracking protection enabled
#75There's better alternatives. Why would anybody in their right mind stay on X?
Re: X.com refuses to open with Firefox strict tracking protection enabled
#76Re: X.com refuses to open with Firefox strict tracking protection enabled
#77Re: X.com refuses to open with Firefox strict tracking protection enabled
#78Strict tracking in firefox blocks the following: Social media trackers, Cross-site cookies in all windows, Tracking content in all windows, Cryptominers, Known and suspected fingerprinters. I wouldn't wanna use a site that relies on any of the above to function anyway.
The question is, what's going on here? Is this Firefox blocking some path/subdomain/cookie on x.com because it's used by their tracking widget, but the same is also used by some important part of the site itself, so it's essentially a false positive and Mozilla need to adjust the filter to be more specific? Or is the site detecting the ad blocker and purposely refusing to load?
Re: X.com refuses to open with Firefox strict tracking protection enabled
#79 // ==UserScript==
// @name Redirect to Nitter
// @version 1.0
// @description Automatically redirect from twitter to nitter
// @match *://twitter.com/*
// @match *://x.com/*
// @run-at document-start
// ==/UserScript==
(function() {
const nitterInstance = 'nitter.poast.org'
location.href = `https://${nitterInstance}` + location.pathname // + '&' + location.search
})();Re: X.com refuses to open with Firefox strict tracking protection enabled
#80So I get strict tracking protection and I can't open Twitter, no matter how hard I try? I'm not sure I see the downside.
Twitter is by far the best source of news and analysis currently. Outpaced only in some areas by niche, usually also crowd-sourced, sites like HN. A week ago twitter had pictures and videos from several angles of assasination attempt on Trump when media still reported "an incident." The difference is wild. Ditching twitter is like going back from old-school news tv to a telegraph. Anyway, I have strict tracking prote…