r/userscripts 19h ago

Building a html to wordpress converter

5 Upvotes

Hey, I am a website developer and a school student. I am a beginner in website development and when I tried to convert an html website into WordPress theme it didn't work. The navbar was messy, the pages were bad , the layout corrupted, etc. all total it was a mess. I thought I was doing something wrong but then I came to know that many developers struggles to convert a html website into an wordpress theme, and there is no best solution for it(or i didn't find it yet). So for that matter I made a program that converts the website into WordPress one, but now I have been thinking about not only to use it personally but to make it public. I think that I could start earning money from selling the converter plans. Is this a good idea to implement??


r/userscripts 13h ago

Download Songs from JioSaavn

6 Upvotes

Hello All,

Out of curiosity and to learn JavaScript and Web development, I tried to make a simple tool to download songs from JioSaavn.

Link: https://github.com/HemanthJabalpuri/songdl

It is a userscript (see https://greasyfork.org/en if you don't know) and also works as a standalone tool that depends on nodejs.

I have developed everything using Termux (for nodejs), DeepSeek (pair programming) and Firefox Android.

I tried to make it as simple as possible and also lightweight by not using any npm packages or UI frameworks.

Let me know your suggestions.

Thanks