I use this little AI rp website and the textbox that you use to respond to the bot is SO SMALL. It doesnt expand the more you wright, it just keeps scrolling but it keeps the same narrow size that it has,
No, Stylish doesnt work And no, I dont know how to write CCS or CSS or whatever it is- and I dont really wanna do that regardless >~>
Idk- An extention or plugin or maybe even some kinda Github thingy that- does something idfk, I just hate how small it is cus I write so much 😭
I write anything of substantial length in a text editor and copy / paste into the final medium. It’s not the answer you were looking for, but it’s a great workflow that prevents losing everything if the browser tab gets closed or reloaded by mistake.
Pretty sure this is built into Firefox.
Really? Do you know how or where? I would love that.
Im on Opera (do not bully me damn it I like the funne little mods and sounds they make my brain feel good >:( )
I don’t know of a plugin that does that, but if you like I can write you a how-to on how to do it in a desktop browser. It’s not wicked complicated. Ping me if no one has a better suggestion–if you tell me the website, I can even tailor the walkthrough to that website.
You could also type your text out in notepad, then copy and paste that into the web text box.
yes plz
The answer to your question is what you thought it was - CSS - someone may have pre-written the CSS for your specific use case but CSS really isn’t that scary and is pretty easy to bullshit your way through. The easiest way to play around with it is to right click the page element you’re interested in and click
Inspect
you should the be able to manually increase the width (though you may have to try fiddling with the parent element or its parent etc…). The site will reflect your changes in live time and persist as long as the tab is open - the custom CSS extension is useful since it would allow you to persist those changes if you reload the page or open a new tab.so, do I just go to the page, extend the box, then copy and paste it all into Stylish? Thats all it takes?
Not quite, once you have adjusted it to your liking you’ll want to copy the changes you made but you’ll also need to somehow identify how to find the tag to apply them to. It’ll usually be a class or Id reference that you should be able to view in the right panel while inspecting that element. Figuring out how to target then proper element is likely going to be the most difficult part of this task, unfortunately, and it’s entirely dependent on how that specific site was built.
welp- I got this screenshot here, and the thingy selected is the textbox, but idk what I should mess with to make it bigger…
uhh I made it larger kinda, but like idk its not really large enough, I saw some shit about how many Rows it can have??? i dont really know what im doin
WAIT I THINK II DID IT- KINDA-
the font still looks like shit though >:p
If you’ve gotten the box bigger you may want to try passing a larger number in like
font-size: 16
and keep upping that until you’re happy.OMG OMG DEADASS- I THINK I DID IT. IM SO SMART HEHEHE. The text in the box is a placeholder… Now I got that little code block it gave me saved on a notepad somewhere… Cus that was wayy too much damn work just to reload the page and have it all vanish… Would tamper monkey be a good place to dump it?? its just one little code block that goes to that text box, thats the only real change I made, but I want it to be there consistantly