this post was submitted on 12 Jul 2023
2 points (100.0% liked)

Kbin Userstyles and Userscripts

15 readers
1 users here now

Custom CSS and JS to help improve your Kbin experience! ### Userscripts Greasy Fork ### Stylesheets UserStyles.world ### Userscript managers

founded 1 year ago
 

This feels like a stupid question, but there's plenty of techniques out there that more expert coders use that I don't know about. How do you preserve minor or major changes you may have made to a script made by someone else while still being able to update any new changes they have? Besides the obvious way of saving your changes somewhere and reinserting them.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago

Yeah, I have an account for access and have looked at git stuff before and understand the general idea, but it's still advanced for my ancient programming experience. What I'll probably do is just use something like Notepad++ and its compare addon to look at the new vs. what I have and see if it's just easier to patch manually rather than redo my additions. That's how I've done code in the past, and it's not like these are huge files.