00:22:03 frg_Away: can confirm, it ts fixed :) 21:42:00 hello, many sites are saying unsuppported broswer, is there a fix ? 21:44:15 Deirdre: what specific sites? 21:44:46 many are hardcoded to reject anything that isn't Chrome or "latest Firefox", but depending on the site that might (or might not) be easy to bypass 21:46:07 https://www.laramietaxi.com/ 21:46:24 as an example: for some Google services a UA string change is all you need (Search), others need specific addons to provide missing features (Docs), and others... only care about Chrome 21:46:40 "TypeError: t.customElements is undefined" 21:46:48 that website requires WebComponents 21:47:09 ...why a LEGACY taxi service needs WebComponents?! 21:47:59 sever al si t3es in my local a rea are like that 21:48:49 OK, enabling "dom.webcomponents.enabled" and "dom.webcomponents.customelements.enabled" does the trick for that site 21:49:25 where are those ?://www.laramietaxi.com/ 21:49:28 you may want to try with those, but remember that WebComponents support on SeaMonkey is still experiemntal 21:49:32 do that on about:prefs 21:49:53 about:config 21:49:58 oh, that 21:50:23 maybe it's the time for me to just leave then on for daily usage then? 21:51:06 tomman did it for a few weeks already. But according to reports there are sites that break with it. 21:51:36 wonder if it will interact (negatively) with Palefill 21:51:44 Meh, I'll just leave them on and report~ 21:51:53 that work3ed 21:51:56 thank you 21:54:09 tomman there are now literally hundreds of patches in to enable stylo and go forward here but it is just urgkkkk... One thing for sure. If someone at work wants to push rust one day it is the day I quit. 21:54:49 tell them that Teslas also rust :D 21:55:41 not if they're in space 21:56:41 thanks again for the help, take care all 21:56:45 quite hard to drive one there, tho~ 21:56:57 tell thet to elon musk 21:57:09 decided to try Google's Monorail with both webcomponents prefs enabled 21:57:14 His rantings will drive it. 21:57:25 ...it still wont work because "SyntaxError: invalid identity escape in regular expression" 21:57:33 remind me what was that one... 21:58:23 tomman my second pet project. Landed a few more js patches this week to go beyond 60. 21:58:31 anythng google is just edil 21:58:32 the offending regex: /[\p{L}\p{N}]/u) 21:58:36 evil 22:00:41 it's the /u flag at the end AKA Unicode support AKA ES2015 22:01:29 https://stackoverflow.com/a/280762 this, indeed 22:03:05 so this time it's not good ol' emoji expressions or named capture groups, but /u that looks kinda useful for non-English languages 22:04:26 https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions/Unicode_Property_Escapes of course /u often comes with \p{Emoji_Junk} expressions 22:05:43 now I'm torn: letting \w catch non-English alphabets is something I could actually use in real life 22:05:52 but anything involving emojis is EVIL and JUNK 22:06:30 tomman /u is in since 46 Bug 1135377 22:07:05 Probably Bug 1361876 22:07:11 new regexp 22:07:37 weird then 22:07:52 if I try /[\p{L}\p{N}]/u I get the dreaded invalid identity escape error 22:08:00 but if I try /[\p{L}\p{N}]/, it actually compiles 22:08:57 yeah, /[\w]/u works 22:09:28 so it must be the \p property escapes 22:10:07 could be that they're ignored if u flag is not present? 22:10:27 (according to the spec, u is required anyway for them to work at all) 22:36:52 frg_Away: i decided to take your advance and not try and redefine the mozilla directory structure for existing code.. i will live in a subdir or three and assimilate into there leaving everything else in place 22:37:09 advice 22:37:16 I am restoring the cvs layout 22:37:42 for platform runtime codebase II turbo whatever I am calling it this hour 22:38:16 that kind of shit only works when you have .. direct support 22:38:28 but not when you are a crazy on the fringes of the fringes 22:38:31 lol 22:38:42 frg_Away: I GET THERE IN THE END DAMN IT lol 23:49:39 oh gawd 23:50:03 MercadoLibre also wants this Unicode property escape crapola on their BLOATY mess 23:50:30 (and yet they always find a new way to screw up with me so I do not DARE selling my stuff online, because they're busy pivoting into Latam's Amazon)