Yup! As you can see I commented I had made a version that did what Awoo said. And then I was thinking, well if I can replace words surely I can replace letters, MSE!
ⓘ This user is suspected of being a cat. Please report any suspicious behavior.
Ohhh I didn’t read much deeper in the thread. That’s cool! Are these on public repos somewhere? I was going to tinker with the idea too but time is a precious commodity for me lol.
Fun! I’m definitely going to play with these later. Would be fun to implement a floating button that is just to toggle it on and off. Probably more complicated then I think it is lol.
Since making an actual addon means you either have to publish it on addons.mozilla.org or load it temporarily every time. Making these into user scripts might be a good idea. And they seem to work, just copy pasted into violent monkey.
ⓘ This user is suspected of being a cat. Please report any suspicious behavior.
Yeah, and they can be distributed and updated via a git repository too. You put the js file up on your forge profile, name it something like my-script.user.js and then in the file you need to add @updateURL:https://yourserver.com/path/to/my-script.user.js to the front matter of the script. Then, when you make changes, people can pull them from the URL. You’ll want to give it a custom namespace, which helps prevent collisions if two scripts have the same name, which can be anything I think.
C makes a soft sound when it’s followed by the letter E, I, or Y.
And the code did include checks for e and i. So I added Y and € (since I change e to €) and it works reasonably well. There is still ch, which sometimes makes a /k/ sounds and sometimes not, but that is difficult to fix.
I think the c should only be made into KKK when it’s used to make a k like sound. In since KKK doesn’t work because c used as more an s like sound. Of course that is difficult to do programmatically.
ⓘ This user is suspected of being a cat. Please report any suspicious behavior.
i recently discovered that you can’t just make addons for Firefox anymore which really sucks.i made a script to better help my pirating and was so happy with it that i wanted to make it load permanently and couldn’t because you can’t just install extensions anymore, they have to be signed by Mozilla or you have to manually load it every time you start Firefox.
I made it myself.
You can download it herePlease use a userscript manager and the script insteadYou’ll have to use about:debugging in Firefox, click “This Firefox” then “Load Temporary Add-on…” to try it.Edit: Also if you replace the hexbear url ("*://*.hexbear.net/*") inmatchesin manifest.json with"<all_urls>"it will work on all websites.ⓘ This user is suspected of being a cat. Please report any suspicious behavior.
lol that’s awesome. Was it inspired by this in any way?
Yup! As you can see I commented I had made a version that did what Awoo said. And then I was thinking, well if I can replace words surely I can replace letters, MSE!
ⓘ This user is suspected of being a cat. Please report any suspicious behavior.
Ohhh I didn’t read much deeper in the thread. That’s cool! Are these on public repos somewhere? I was going to tinker with the idea too but time is a precious commodity for me lol.
I uploaded them: https://git.encryptionin.space/hackerncoder/firefox-addons
ⓘ This user is suspected of being a cat. Please report any suspicious behavior.
Fun! I’m definitely going to play with these later. Would be fun to implement a floating button that is just
to toggle it on and off. Probably more complicated then I think it is lol.
Since making an actual addon means you either have to publish it on addons.mozilla.org or load it temporarily every time. Making these into user scripts might be a good idea. And they seem to work, just copy pasted into violent monkey.
ⓘ This user is suspected of being a cat. Please report any suspicious behavior.
Testing out the other, finally, honest search results:
Yeah, and they can be distributed and updated via a git repository too. You put the js file up on your forge profile, name it something like
my-script.user.jsand then in the file you need to add@updateURL: https://yourserver.com/path/to/my-script.user.jsto the front matter of the script. Then, when you make changes, people can pull them from the URL. You’ll want to give it a custom namespace, which helps prevent collisions if two scripts have the same name, which can be anything I think.LMAO this shit is borderline unreadable, and I love it:
I can make it slightly better:
And the code did include checks for e and i. So I added Y and € (since I change e to €) and it works reasonably well. There is still ch, which sometimes makes a /k/ sounds and sometimes not, but that is difficult to fix.
Also made it into a userscript as I talked bout: https://git.encryptionin.space/hackerncoder/userscripts/raw/branch/main/mse_hexbear.user.js
I think the c should only be made into KKK when it’s used to make a k like sound. In since KKK doesn’t work because c used as more an s like sound. Of course that is difficult to do programmatically.
ⓘ This user is suspected of being a cat. Please report any suspicious behavior.
i recently discovered that you can’t just make addons for Firefox anymore which really sucks.i made a script to better help my pirating and was so happy with it that i wanted to make it load permanently and couldn’t because you can’t just install extensions anymore, they have to be signed by Mozilla or you have to manually load it every time you start Firefox.
ugh
If possible, you can write them as userscripts and use a userscript manager.
Yeah. depending on what the script is, using some userscript manager like violentmonkey might work.
ⓘ This user is suspected of being a cat. Please report any suspicious behavior.