[01:55:54] sorry... but MICROSOFT EDGE?! [01:58:58] https://tenor.com/view/microsoft-edge-wheelchair-renderforest-edge-user-gif-27444128 [02:09:09] a long time ago, for some reason the [[:fandom:community]] and [[:fandom:dev]] main page's were vandalized by someone putting a code that inserts a fullscreen red screen with a text [02:09:10] [1/2] [02:09:10] [2/2] [04:20:37] If it was a long time ago then I didn't do that one [04:21:16] [1/2] This kind of thing was what I was doing: [04:21:17] [2/2] https://dev.fandom.com/wiki/Fandom_Developers_Wiki?oldid=198372 [04:35:02] so you're a vandal :squint: [04:46:28] I am a professional troll [04:46:34] Not on MH though [04:46:55] Trolling is objectively funny even when annoying though, in the communities I admin I usually find trolls funny [08:20:55] I suppose it can be amusing in that underage immature sort of way [09:07:05] @Site Reliability Engineers, the Snap! Blocks extension cannot be enabled on snapwikiwiki. [09:07:31] I mean, I can toggle it but it doesn't actually change anything. [09:12:21] I don't know whats up with ManageWiki recently [09:12:34] It seems to just fail silently [12:29:39] This is an old photo [12:29:47] I use Firefox Dev now [14:54:53] Microsoft Edge unironically good in certain contexts [14:55:17] Like I would never ever use it personally and will never advocate for it for personal use [14:55:32] but it is a decent choice for enterprise [14:56:07] especially at the sbm level, I liked Edge at the one place I worked at and wouldn't mind supporting it [14:58:33] https://phabricator.wikimedia.org/T359947 things are happening on CentralAuth [16:59:35] Firefox is definitely underappreciated [19:32:35] @bluemoon0332 are you working on https://issue-tracker.miraheze.org/T11931? [19:33:10] I plan to after T11699 [19:33:22] cool cool ๐Ÿ™‚ [21:04:09] ok, also [21:04:24] X2 [22:11:22] [1/2] For some reason, Firefox is rather slow on my pc. Can't figure out why, so therefore I appreciate Google Chrome. [22:11:23] [2/2] And for quick look on wiki's I get reffered to, I use DuckDuckGo. It's not connected with Google or Firefox. [22:17:13] when CHROME is faster then firefox some shit is real fucked [22:18:11] [1/2] I mean first of all check any extensions if you have any enabled on FF. [22:18:11] [2/2] But yeah DDG is WAY better than google. Sure it is not perfect, but far better [22:31:16] [1/2] The Firefox is basically As is installed. No extensions. In Fact. My Chrome has 5 or 6 extensions, and often reaches a gig of memory use, due to my appr. 20 tabs I always have open. [22:31:17] [2/2] It is still faster then Firefox with only two Miraheze tabs open ๐Ÿ˜„ [22:31:57] So I only use it for my back-up account [22:32:08] https://cdn.discordapp.com/attachments/1006789349498699827/1217238729186480190/image.png?ex=66034ce8&is=65f0d7e8&hm=b4ddaf3241ffefcf024fa8baba375fac6289a93437419ed6b30f19c69fa7417d& [22:33:54] Open Street Map alone, almost uses 300mb memory ๐Ÿ˜„ [22:34:28] (I'm a mapper on Open Street Map as well) [22:39:11] never knew something could be so hard to install... [22:39:36] [1/2] my terminal scrollbar length for reference [22:39:36] [2/2] https://cdn.discordapp.com/attachments/1006789349498699827/1217240606225469460/Qe2b1Yb.png?ex=66034ea7&is=65f0d9a7&hm=c6f9d39d714233dd08656f6455e08fea0dec75cd19813e2a81f86a7a556976a3& [22:50:04] ๐Ÿ˜„ [22:51:19] fandom guy who made this you're a great and nice guy buty [22:51:33] do you know how much of my life you have cost me [22:51:45] (the best part is its prob my fault entirely) [22:53:31] [1/7] @.labster gave this tip: https://discord.com/channels/407504499280707585/1217172384180605079/1217218061753385052, to see which MediaWiki Message is being called. [22:53:32] [2/7] So I added it to my .js like this. [22:53:32] [3/7] Now I only have to click the link in my tools ๐Ÿ˜„ [22:53:32] [4/7] ``` // Adds a "?uselang=qqx" link for the current page to the toolbox [22:53:32] [5/7] mw.util.addPortletLink('p-tb', '/wiki/' + mw.config.get('wgPageName') + '?uselang=qqx', 'โŒ‚โ€‹โ‡’Mediawiki-Message', 'tb-mediawikimessage', 'Mediawikimessage', null, document.getElementById('t-whatlinkshere') || document.getElementById('t-upload') ); [22:53:33] [6/7] ``` [22:53:33] [7/7] https://cdn.discordapp.com/attachments/1006789349498699827/1217244111124299826/image.png?ex=660351eb&is=65f0dceb&hm=98d49f468201550ceddc403b61dac59a4c0ae943ac44115cf1b28a243e38f48a& [22:54:12] smort [22:54:24] i never got it to work cause i thought it was qqq not qqx [22:54:25] :p [22:54:36] <.labster, replying to rodejong> Wonโ€™t work if thereโ€™s already a query string though [22:55:52] You mean like Main_Page?useskin=Chameleon [22:56:12] would need to be & [22:56:32] simple if statment [22:56:42] I think I have smt like it in my css somewhere [22:56:51] nyctopedia maybe [22:57:05] void made it and i copied before I was big in editing meta so [22:57:18] [[mh:nyctocosm:user:PixDeVl/common.js [22:57:26] [[mh:nyctocosm:user:PixDeVl/common.js]] [22:57:27] [22:57:28] ? [22:57:51] [1/17] ```js [22:57:52] [2/17] var match = /[?&]useskin=(\w+)/.exec(window.location.href); [22:57:52] [3/17] if ( match && match[1] ) { [22:57:52] [4/17] var skinfrag = "useskin=" + match[1]; [22:57:52] [5/17] $('a').each(function(i, e) { [22:57:53] [6/17] var parts = e.href.split('#'); [22:57:53] [7/17] var params = parts[0].split('?'); [22:57:53] [8/17] if ( params.length > 1 && !params[1].includes(skinfrag) ) { [22:57:54] [9/17] e.href = params[0] + '?' + skinfrag + '&' + params[1]; [22:57:54] [10/17] } else { [22:57:54] [11/17] e.href = params[0] + '?' + skinfrag; [22:57:55] [12/17] } [22:57:55] [13/17] if ( parts.length > 1 ) { [22:57:56] [14/17] e.href = e.href + '#' + parts.slice(1).join('#'); [22:57:56] [15/17] } [22:57:57] [16/17] }); [22:57:57] [17/17] }``` [22:58:10] yeah this is to maintain useskin across links [22:58:36] https://cdn.discordapp.com/attachments/1006789349498699827/1217245390223704194/Xt39SQj.png?ex=6603531c&is=65f0de1c&hm=4632b10ed500f94e12c1b476e08dcc4b5fa3b282b365761cd3c494bfad1cdb29& [22:58:39] ty void [22:59:04] also accounts for fragments [23:02:21] <.labster> [1/2] ```const url = new URL(location.href); [23:02:22] <.labster> [2/2] url.searchParams.set('uselang', 'qqx');``` [23:02:54] smacks lips or that [23:02:56] that works too [23:03:11] i do not know much of the java or the scripts [23:03:38] <.labster> Use web APIs. Of course I grew up in the days when the web APIs all sucked so you ended up doing what pixl did above anyway [23:05:55] <.labster> This is kind of a weird case compared to the other portlet links, because you generally want to see the same page as is on your screen, just with different interface text. All of the other portlets take you somewhere else (but related) [23:08:20] As far as I can see, my page gets reloaded with the system messages in stead of the regular. Going back one page makes it normal again. Works fine [23:08:40] I have several of such links [23:09:54] <.labster> yeah, but in that user's particular case where they wanted to see interface on an edit link, it probably won't work [23:10:24] <.labster> whoa, that's crazy, I just learned that I'm Q123060332 on Wikidata [23:12:09] naaaaaaaaaaaaaaaah [23:17:02] LOL [23:17:32] now wheres the wikinews page [23:17:43] I'm not on Wikidata as an item. ๐Ÿ˜„ [23:18:07] [[w:news]] [23:18:08] [23:18:25] [[w:news:]] [23:18:26] [23:18:31] hmmm [23:18:46] mmm [23:19:13] [1/2] which of these would yall say is the '[wiktionary:black sheep]]'? [23:19:14] [2/2] https://cdn.discordapp.com/attachments/1006789349498699827/1217250578137354320/F6UQvol.png?ex=660357f1&is=65f0e2f1&hm=e94ec4f05bd1f0f538df0b347abc9a4c2c0b37c4c43b57151422375454ddbd2b& [23:19:30] [[wiktionary:black sheep]] [23:19:31] [23:19:48] the odd one out [23:20:42] [[w:wikinews]] [23:20:43] [23:20:48] grr [23:21:40] 2004 dang [23:21:45] i mean that worked [23:21:54] its the Wikipedia page on WN [23:22:09] News id agree [23:22:25] source versity and books also feel different but less so [23:22:34] Mediawiki meta and wikitect dont count [23:22:41] functions is also uh [23:22:42] something [23:22:54] abstract wikipedia never heard of her [23:23:49] [1/2] WOWZA [23:23:49] [2/2] https://cdn.discordapp.com/attachments/1006789349498699827/1217251732535382076/vXXyyBg.png?ex=66035904&is=65f0e404&hm=c86c71130dae7146102175336edb02cb9ebd8a64e1af71aa2c782ffaf7a6f33a& [23:23:52] [[w:wikinews:en:]] [23:23:53] Russia..... [23:23:54] [23:24:02] [[wikinews:]]? [23:24:03] [23:24:25] [1/2] No: [23:24:26] [2/2] [[w:wikinews:en:]] [23:24:27] [23:25:56] https://en.wikinews.org/wiki/U.S._Supreme_Court_restores_presidential_candidate_Donald_Trump_to_Colorado_ballot what a nice thing to open the page to [23:26:04] internal screaming [23:26:21] I'm gonna go before my PC gets a chair to the SSD [23:26:27] I have martial arts anyways [23:26:37] people are more durable anyways [23:43:31] I am really struggling to understand that [23:45:57] Chair + high velocity +SSD = hole in my wallet [23:46:12] Simple arithmetic