-
tomman
-
tomman
TIL Google doesn't want you to have Reader Mode
-
tomman
and it's becoming a must for modern browsing!
-
tomman
sooo... it's on the radar for SeaMonkey?
-
tomman
(alternatively: I found this:
trimread.org - sadly it doesn't seem to work with Bloomberg, but they're more interested into selling you one of their overpriced thin terminals)
-
frg_Away
tomman In theory every feature is on the radar. Just someone needs to implement it...
-
WG9s
reder mode is required just to get around the lame you can;t see the news unless you sighn up thing!
-
WG9s
although once we get ublock and noscript to wrok with 2.57 that might b sufficient if we know what to block
-
WG9s
this is mainly news sources now want you to subscribe to their website with your email so they can send you shit you don't want they let you read just enough of the article to be obscured by a please subscribe bullshit overlay and you cant read the rest of the article unless you do. Unless you invoke reader mode.
-
» WG9s wonders if he just heard frg_Away say "Where's the Patch?
-
-
buc
2.53.9, CentOS-7, clang-11, rust-1.54. Crash about 30% times. at the exit time, when invoked as "seamonkey -purgecaches" (compiled with --enable-startupcache).
-
buc
Any ideas?
-
frg_Away
Ayn extensions?
-
buc
JustOff only
-
frg_Away
buc not really. I leave the startupcache disabled and didn't test it for ages.
-
buc
Interesting. Seems JustOff indeed.
-
buc
The actual crash is under js/xpconnect/loader/URLPreloader.cpp:229, so maybe some preloading conflicts with this addon?
-
frg_Away
buc official seems to be ok but I have not installed the polyfill add-on. There were only a few changes compared to the beta. 3 cache crash fixes and a sec backport for it.
-
buc
Kinda memcpy from a broken source:
-
buc
#5 0x00007f8a1d14a86a in memcpy (__dest=0x7f89f35021c5, __src=0xe5e5e5e5e5e5e5e5, __len=58853)
-
buc
at /usr/include/bits/string3.h:51
-
buc
#6 mozilla::loader::OutputBuffer::codeString(nsTString<char> const&) (this=this@entry=0x7f8a0658ea88, str=...)
-
buc
at /home/buc/rpmbuild/BUILD/seamonkey-2.53.9/mozilla/js/xpconnect/loader/ScriptPreloader-inl.h:92
-
buc
#7 0x00007f8a1d143997 in Code<mozilla::loader::OutputBuffer> (this=<optimized out>, buffer=...)
-
buc
at /home/buc/rpmbuild/BUILD/seamonkey-2.53.9/obj-x86_64-pc-linux-gnu/dist/include/mozilla/URLPreloader.h:167
-
buc
#8 mozilla::URLPreloader::WriteCache() (this=0x7f8a2c74a1f0)
-
buc
at /home/buc/rpmbuild/BUILD/seamonkey-2.53.9/mozilla/js/xpconnect/loader/URLPreloader.cpp:229
-
buc
#9 0x00007f8a1d142f52 in mozilla::ScriptPreloader::WriteCache() (this=0x7f8a0c329ac0)
-
buc
at /home/buc/rpmbuild/BUILD/seamonkey-2.53.9/mozilla/js/xpconnect/loader/ScriptPreloader.cpp:603
-
buc
#10 0x00007f8a1d143e4f in mozilla::ScriptPreloader::Run() (this=0x7f8a0c329900)
-
buc
at /home/buc/rpmbuild/BUILD/seamonkey-2.53.9/mozilla/js/xpconnect/loader/ScriptPreloader.cpp:700
-
frg_Away