this post was submitted on 23 Jul 2023
492 points (100.0% liked)
Technology
37716 readers
300 users here now
A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.
Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.
Subcommunities on Beehaw:
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I like this! Thanks for posting. I don't know anything about compiling an add-on, but it looks like it would be super easy to update the list (add twitter or reddit as things to block any mention of). So I guess my question is, how easy is it to just edit https://github.com/aCosmicWave/blocktherich/blob/main/blocktherich.js to update the add-on?
fork it and make your own plugin package.
Looking at the code, you should just need to add to the constant object at the top of the blocktherich.js file.
Yeah, that's what I said. I just don't know how hard it is to recompile or whatever and use it. I guess that's a learning path I'll have to go down. Probably not hard, I know basic programming.