Any chance you'll move this to GitHub? Would love to contribute.
0rito
Yep, I've looked at it, used it a bit. I feel as though the two projects are distinct enough that they could co-exist. Whereas megamod is a mod manager where you can toggle on/off, it becomes a burden for script writers to maintain two separate sets of options for their scripts - one for megamod and one for a standalone version.
In contrast, this script isn't intended to be installed as a userscript. Instead, it's to supplement other developers userscripts. A userscript that is setup to work with megamod could still utilize this script and simply lightens the load on the developer.
My reasoning is that I agree with @JohnEdwa and, subsequently, @SirPsychoMantis - at least partially. It makes sense for options to be standardized in one place, in this case the options menu. I also believe that if megamod does go mainstream, it's mod manager should be separate.
Hope that makes sense. ( っ- ‸ - c)
0.4 was just merged to main. You should update automatically if you're on 0.2. If you want to update immediately, simply click here. Notes and examples have been updated in OP.
Worth noting that some of the changes in this version are to make it easier to integrate with @shazbot megamod.
Just pushed version 0.3 to GitHub. If you're on version 0.2, you should get an update automatically (eventually). If you're on version 0.1, you can update by going following this link.
Only one major change... I've added options similar to KES' to allow you to specify a hljs stylesheet outside of code.
And here I am putting together a simple script to allow collapsing of those pesky sidebars, lol! However, doesn't RES also handle settings in a similar was as is here? I think they open a new page entirely now, but it's still a dedicated button, no? At the very least it would be familiar to users of RES.
Take a look here: https://developer.mozilla.org/en-US/docs/Web/CSS/column-gap
Make the change on div.infoContainer
.
Pretty cool. Any chance to make it collapsible?
Awesome. Thanks for this. Made a slight tweak to it - https://files.catbox.moe/y2497f.png
// replace lines 39-41
link.innerText = '📨';
link.className = 'item-link';
link.style.cssText += 'margin-left: 5px; font-size: 18px;';
Probably 50/50, maybe slightly more on the Reddit side of things, so 60/50 in favor of Reddit? While a lot of my old subs are here on the Fedi, a lot aren't, arguably most of the ones I spent most of my time in aren't. The ones that are present, are noticeably a lot quieter.
Went ahead and added matches to kbin-code-highlighting for those two instances. All looks good from my perspective anyway.