import 4.code.about;

class Header {

public void title() {

String fullTitle = '/wg/';
}

public void menu();

public void board();

public void goToBottom();

}
class Thread extends Board {
public void /html-css/ HTML-CSS General #28(OP Anonymous) {

String fullTitle = '/html-css/ HTML-CSS General #28';
int postNumber = 8035159;
String image = '1703429020202769.jpg';
String date = '12/24/23(Sun)09:43:40';
String comment = 'No /html-css/?! Cozy holidays edition

>What are startpages?
Startpages (in the context of this thread) are locally hosted webpages (as in, the files are on your computer - not a server somewhere) that serve as the homepage or new tab page for a browser. They generally contain some number of links to frequently visited sites as the main element; search bars, clocks, calendars and other embedded items are usually added as secondary elements.

>What browser are you using?
If you can't tell what browser it is, it's probably Firefox, you can theme Firefox using Stylus and finding themes on the Firefox tag of Userstyles.
Otherwise if you won't upgrade there's always Chrome, you can ~slightly~ customize it using Chrome Theme Maker. Vivaldi has custom CSS settings too in a native way.

---FAQ---
>http://pastebin.com/PdPrW5aP

---Discord link---
>https://discord.gg/ExAGgVR

---Relevant Sites---
Birb's Ricing
>https://stpg-tk.netlify.app/
Collection of startpages for modification and use.
>http://startpages.github.io/
>https://www.ricing.chloechantelle.com/
>http://pastebin.com/ZJvDn0eN

--HTML, CSS & JS--
>http://www.w3schools.com/html/default.asp
>http://www.w3schools.com/css/default.asp
>http://www.w3schools.com/js/default.asp
>https://www.codecademy.com/learn/make-a-website
>https://www.codecademy.com/learn/javascript

---Colours Related Links---
>http://palettegenerator.com/
>https://webgradients.com/
>https://www.gradient-animator.com/
>https://codebeautify.org/hex-to-pantone-converter

---Colours Converter---
RGB to HEX
>http://www.javascripter.net/faq/rgbtohex.htm

HEX to RGB
>http://www.javascripter.net/faq/hextorgb.htm

---Typography Related Links---
>http://practicaltypography.com/
>https://www.typewolf.com/

---Old Thread---
>>8025795'
;

}
public void comments() {
if(Anonymous && title=='undefined' && postNumber==8035542 && dateTime=='12/27/23(Wed)01:47:19') {

'can i get the pape in the pic?';

}

if(Anonymous && title=='undefined' && postNumber==8035713 && dateTime=='12/28/23(Thu)07:31:03') {

'Is there a way to set a html page as a phone homescreen? This would be much better than using Kustom.';

}

if(Anonymous && title=='undefined' && postNumber==8036694 && dateTime=='01/03/24(Wed)20:41:54'  && image=='homepage.webm') {

'I'll post my homepage, but I have something different to talk about. I'm making a website and I want to build the webpages with html and images of elements that I've drawn on paper. Even things like borders I'd like to draw myself if possible. What's the best way to do this? Here's my current thought process:
>Draw elements (borders, boxes, buttons, etc. etc.) (likely larger than I need so I can scale to my liking without losing quality)
>Scan elements with printer
>Edit if needed using a iamge-editing program
>Add onto website
Thoughts?'
;

}

if(Anonymous && title=='undefined' && postNumber==8036755 && dateTime=='01/04/24(Thu)07:09:07'  && image=='GoldenHourTrainStation2.jpg') { }

if(Anonymous && title=='undefined' && postNumber==8036757 && dateTime=='01/04/24(Thu)07:55:39') {

'>>8035159
How does the To-Do thingy work?'
;

}

if(Anonymous && title=='undefined' && postNumber==8036795 && dateTime=='01/04/24(Thu)13:00:10'  && image=='homescreen_api-tester.png') {

'Over the last 2 months I wrote Bridge Launcher. It lets you create your own Android launcher using HTML, JS and CSS. The project is free and open source.
https://github.com/bridgelauncher

Thought you guys might be interested.'
;

}

if(Anonymous && title=='undefined' && postNumber==8036820 && dateTime=='01/04/24(Thu)16:20:53') {

'>>8036757
just copied it from here: https://www.w3schools.com/howto/howto_js_todolist.asp

but it does not save the changes anywhere so it refreshes each time when I reload. Gotta fix it so the state of the list is saved to local storage but I dont know how to do that'
;

}

if(Anonymous && title=='undefined' && postNumber==8036919 && dateTime=='01/05/24(Fri)08:26:05') {

'>>8036820
Thanks!'
;

}

if(Anonymous && title=='undefined' && postNumber==8037011 && dateTime=='01/05/24(Fri)23:49:34') {

'Anyone have experience making css custom border-images? Can't seem to find any resources on how exactly they work.';

}

if(Anonymous && title=='undefined' && postNumber==8037030 && dateTime=='01/06/24(Sat)01:05:42') {

'>>8037011
you can use anything background-image accepts, just also append "border-image-slice: 1;" to your rules, not sure how that works either'
;

}

if(Anonymous && title=='undefined' && postNumber==8037873 && dateTime=='01/09/24(Tue)23:56:40') {

'live';

}

if(Anonymous && title=='undefined' && postNumber==8037934 && dateTime=='01/10/24(Wed)14:23:33') {

'>>8035159
I havent used html since 2006.
But you've inspired me anon, I will work on a custom landing page for my browser.'
;

}

if(Anonymous && title=='undefined' && postNumber==8037938 && dateTime=='01/10/24(Wed)15:13:29') {

'>>8036820
you'll need localStorage.setItem and getItem.

set the new list when you update it and get from localstorage on page load.


Also, some padding on the 'To-Do' would look better.'
;

}

if(Anonymous && title=='undefined' && postNumber==8037943 && dateTime=='01/10/24(Wed)15:57:30') {

'>>8036694
just use figma you autist'
;

}

if(Anonymous && title=='undefined' && postNumber==8037961 && dateTime=='01/10/24(Wed)19:11:58') {

'>>8037943
Being creative is the whole point of this, otherwise I'd play colour by numbers with whatever fagola site like you just suggested me'
;

}

if(Anonymous && title=='undefined' && postNumber==8038273 && dateTime=='01/12/24(Fri)05:52:51'  && image=='draft1forwg.jpg') {

'>>8037934
I've added some crypto widgets and a welcome message. Just need to add links to the bottom (Unsure if I want them to have small logos?) for the commonly visited sites. I wish I'd just learned CSS a long time ago because getting chat gpt to iterate with it was painful. Anyway, aesthetics are kinda where I want them.'
;

}

if(Anonymous && title=='undefined' && postNumber==8038291 && dateTime=='01/12/24(Fri)10:11:36') {

'>>8037934
>>8038273
that makes me happy to see my thread inspired others as this general has inspired me in the past.
Why use chatGPT instead of learning to do it by yourself? Isnt a big aspect of creating your own startpage that you learn a skill and also create something nice for yourself? Looking good so far, update us on the progress, anon
>>8037938
thank you'
;

}

if(Anonymous && title=='undefined' && postNumber==8038899 && dateTime=='01/15/24(Mon)00:46:24'  && image=='file.png') {

'>inb4 opera gx
its comfy - also the wallpaper is a tiling gif'
;

}

if(Anonymous && title=='undefined' && postNumber==8039399 && dateTime=='01/17/24(Wed)08:35:51') {

'i use a startpage some anon shared many years ago and update it all the time. now it has a bunch of personal links on it so I can't post it, but, these are a life saver.

A mistake I made originally was I focused too much on the aesthetics rather than function. Now it's not as good looking but is very optimized for exactly what I do day-to-day. Still looks great, but, the minimalist thing isn't practical for me so there are a lot of links.'
;

}

if(Anonymous && title=='undefined' && postNumber==8039412 && dateTime=='01/17/24(Wed)13:15:35'  && image=='file.png') {

'Pretty basic, every time it's refreshed, the image on the right is selected randomly from a folder and also gets set as the blurry bg.
Also the black bar at the left is another menu with more links.'
;

}

if(Anonymous && title=='undefined' && postNumber==8039744 && dateTime=='01/18/24(Thu)16:12:57') {

'>>8035159
the links are really helpful thanks anon.
feels way more comfy than the standart start page from the browser'
;

}

if(Anonymous && title=='undefined' && postNumber==8039746 && dateTime=='01/18/24(Thu)16:14:19'  && image=='46215754.png') { }

if(Anonymous && title=='undefined' && postNumber==8040175 && dateTime=='01/21/24(Sun)06:18:03') {

'>>8039746
>moodle
man we use that too in our trainee school for computer science, horrible tool'
;

}

if(Anonymous && title=='undefined' && postNumber==8040203 && dateTime=='01/21/24(Sun)08:27:20') {

'>>8038291
truly, why does a guy obsessed with crypto use chatgpt instead of learning skills? we will never know.'
;

}

if(Anonymous && title=='undefined' && postNumber==8040489 && dateTime=='01/22/24(Mon)11:35:07') {

'>>8040175
wait until u try ilias'
;

}

if(Anonymous && title=='undefined' && postNumber==8040688 && dateTime=='01/23/24(Tue)10:06:58') {

'>>8036694
If you are willing to learn a digital art program you can skip the paper part and (kind of) the editing part. Otherwise your thought process is pretty much how it will go.

If you do decide to scan it, make sure you use a high fidelity to do the scan. Otherwise you may have to deal with artifacts.'
;

}

if(Anonymous && title=='undefined' && postNumber==8040765 && dateTime=='01/23/24(Tue)18:30:16') {

'>>8035159
Is this a firefox startpage? I've been thinking of switching browsers because I'm getting tired of Chrome.
Was considering Opera GX a while back.'
;

}

if(Anonymous && title=='undefined' && postNumber==8040830 && dateTime=='01/24/24(Wed)03:42:22') {

'>>8040765
nah it is from vivaldi'
;

}

if(Anonymous && title=='undefined' && postNumber==8040979 && dateTime=='01/24/24(Wed)18:34:33') {

'>>8036795
most epic shit I've heard of in a while
thanks for sharing man'
;

}

if(Anonymous && title=='undefined' && postNumber==8041024 && dateTime=='01/24/24(Wed)23:19:32') {

'>>8040688
>your thought process is pretty much how it will go.
Okay cool!
>digital art program
I'm not really a fan of drawing with my mouse; maybe I'll get a drawing pad? How does drawing on a pad feel vs pencil on paper?'
;

}

if(Anonymous && title=='undefined' && postNumber==8041059 && dateTime=='01/25/24(Thu)07:40:04') {

'>>8040979
cheers anon, I lurk this thread so if you have questions or make something, post and I'll see it
glhf!'
;

}

if(TheSound && title=='undefined' && postNumber==8041206 && dateTime=='01/26/24(Fri)07:37:15') {

'Thank you for making the thread, 4chan has been IP range banning and I couldn't make the thread due to requiring the OP image.';

}

if(Anonymous && title=='undefined' && postNumber==8041248 && dateTime=='01/26/24(Fri)15:41:51') {

'>>8041024
I definitely recommend getting a drawing pad, there are those out there that can simulate the feeling of paper but in my experience nothing is as good as the real thing.

If you have a tablet you could even start there. Draw something in like autodesk sketchbook and port it to wherever you want. You might need a separate stylus though (but that's much cheaper than a drawing tablet).'
;

}

if(Anonymous && title=='undefined' && postNumber==8041745 && dateTime=='01/29/24(Mon)04:06:03') {

'>>8041206
Ahh I was wondering where you were and why there wasnt a General. Its a very important general for /wp/. A catalogue without /html+css/ feels empry'
;

}

if(Anonymous && title=='undefined' && postNumber==8041998 && dateTime=='01/30/24(Tue)12:50:31') {

'Where's the guy who said he wanted to make a terminal for his startpage in the old thread?
Any progress yet, man?'
;

}

if(Anonymous && title=='undefined' && postNumber==8042001 && dateTime=='01/30/24(Tue)13:11:37'  && image=='Startpage.webm') {

'undefined';

}

if(Anonymous && title=='undefined' && postNumber==8042133 && dateTime=='01/31/24(Wed)15:10:35') {

'>>8042001
thats a nice one mate.

just css and html or some vanilla js as well?
if you have a codepen, I'd like to see. thats a beautiful work'
;

}

if(Anonymous && title=='undefined' && postNumber==8042222 && dateTime=='02/01/24(Thu)01:54:05') {

'>>8035159
Wallpaper please!'
;

}

if(Anonymous && title=='undefined' && postNumber==8042475 && dateTime=='02/02/24(Fri)07:27:19') {

'>>8042222
>>8036755
cant you read the first few replies you absolute mong
nice quads tho'
;

}

if(Anonymous && title=='undefined' && postNumber==8042518 && dateTime=='02/02/24(Fri)15:43:45'  && image=='Screenshot_20240202_173456.png') {

'I've always wanted to create a startpage without even realizing it had a specific name.

For years, I've been quietly browsing and downloading wallpapers from this board, though not very frequently. It's only recently that I rediscovered this board and stumbled upon this particular thread.

As a webdev working on my portfolio, the idea of a startpage seemed like a perfect fit.

tl;dr: Thanks to everyone on this board, and especially to those who contributed to this thread. You inspired me to take action and create my first startpage, which is the one I'm sharing with this message, crafted using vanilla JS, HTML, and CSS. Now, I'm excited to build a new one with Next.js.'
;

}

if(Anonymous && title=='undefined' && postNumber==8042573 && dateTime=='02/03/24(Sat)03:34:48') {

'>>8042518
woah, very cool and interesting concept having a desktop startpage! Thanks for sharing anon'
;

}

if(Anonymous && title=='undefined' && postNumber==8042604 && dateTime=='02/03/24(Sat)12:15:21'  && image=='1696386739457298.png') {

'Looking to make a new startpage based off some of the ones listed on the startpage emporium, wanting some advice for my plan
>pic related
>For the yellow box
I would like have it display a random image every time I load into the page. The dimensions will be a perfect square and I have folder of images that are all sized this way already. Presumably I can just call to this folder and use some kind of function to shuffle through which picture is selected.'
;

}

if(Anonymous && title=='undefined' && postNumber==8042606 && dateTime=='02/03/24(Sat)12:51:07'  && image=='1681194992126966.png') {

'>>8042604
This is currently what I am working with'
;

}

if(Anonymous && title=='undefined' && postNumber==8042614 && dateTime=='02/03/24(Sat)14:15:10') {

'>>8036694
Advice on attempting to recreate this?'
;

}

if(Anonymous && title=='undefined' && postNumber==8042616 && dateTime=='02/03/24(Sat)14:36:09') {

'>>8042614
I nested 2 sets of unordered lists (<ul>) inside of a <nav> tag. The <nav> tag allows me to align the links so that when I place the gif (outside of the <nav> tag, mind you), it will sit beside them. The 2 unordered lists are what allows me to have two separate columns of links. The gif was sourced from Living Worlds by Mark Ferrari. Lots of really good gifs from there'
;

}

if(Anonymous && title=='undefined' && postNumber==8042629 && dateTime=='02/03/24(Sat)18:40:32') {

'>>8042616
gib the pastebin please'
;

}

if(Anonymous && title=='undefined' && postNumber==8042634 && dateTime=='02/03/24(Sat)19:59:18') {

'>>8042629
https://pastebin.com/pSWMqyWj'
;

}

if(Anonymous && title=='undefined' && postNumber==8042651 && dateTime=='02/03/24(Sat)21:46:49'  && image=='kisses.jpg') {

'>>8042634
Thank you'
;

}

if(Anonymous && title=='undefined' && postNumber==8042887 && dateTime=='02/05/24(Mon)18:04:55'  && image=='homepage.png') {

'I've made a lot of different start pages over the year, but recently started just using one of those browser extensions. Actually looks very nice, especially when using a browser where you can customize the css to your liking.';

}

if(TheSound && title=='undefined' && postNumber==8043241 && dateTime=='02/08/24(Thu)03:49:37') {

'>>8041745
Thank you for the encouraging words, it is nice to contribute to this board.'
;

}

if(Anonymous && title=='undefined' && postNumber==8043978 && dateTime=='02/11/24(Sun)16:06:46'  && image=='Screenshot 2024-02-11 at 15-59-27 Begin.png') {

'New year, new page. Switched to icons sometime in the summer but I had too many, and they were too colourful. I enjoy the monochrome.
Moodboard is updated randomly on pageload, the quote(s) at the bottom are drawn from an array of the Delphic Maxims. The background is a video of smoke in a black room.
Having some trouble with the (invisible) search bar. Autofocus on new tab open stopped working a while back and I can't find a solution. Already tried a mozilla.cfg file. Any ideas? Willing to switch back to Chrome if that matters.'
;

}

if(Anonymous && title=='undefined' && postNumber==8044163 && dateTime=='02/12/24(Mon)17:19:33') {

'>>8042887
looks really nice anon, inspired me to get back to work on mine ^_^

also what browser you are using? the layout looks nice'
;

}

if(Anonymous && title=='undefined' && postNumber==8044282 && dateTime=='02/13/24(Tue)13:43:53'  && image=='Screenshot_2024-02-13_13-41-22.png') {

'pretty satisfied with how this one turned out';

}

if(Anonymous && title=='undefined' && postNumber==8044339 && dateTime=='02/13/24(Tue)18:25:22') {

'>>8042887
it looks great, by what tools did you achieve this?'
;

}

if(Anonymous && title=='undefined' && postNumber==8044471 && dateTime=='02/14/24(Wed)11:58:28') {

'>>8044163
>>8044339

Happy others like it!

I am using this firefox css theme: https://www.reddit.com/r/FirefoxCSS/comments/19b5vua/shina_fox_make_firefox_a_cozy_home/

In the screenshot I also used the Floorp browser (firefox fork). The main feature is that you get the sidebar to the right. But I switched back to normal firefox after, it's just more convenient.

The newpage is made using nighttab firefox extension.'
;

}

if(Anonymous && title=='undefined' && postNumber==8045253 && dateTime=='02/18/24(Sun)02:09:10') {

'Page 8 lads';

}

if(Anonymous && title=='undefined' && postNumber==8045254 && dateTime=='02/18/24(Sun)03:05:44'  && image=='homepage.jpg') {

'This thread inspired me to make one, so here's mine after one day of work. It has a randomized pape each time you load it';

}

if(Anonymous && title=='undefined' && postNumber==8045442 && dateTime=='02/18/24(Sun)20:24:32'  && image=='shiddygriddy.png') {

'green';

}

if(Anonymous && title=='undefined' && postNumber==8045588 && dateTime=='02/19/24(Mon)15:55:52'  && image=='Screenshot (2198).png') {

'The icons need to be adjusted, features need to be added and many more things. But I think it's a good start';

}

if(Anonymous && title=='undefined' && postNumber==8045649 && dateTime=='02/19/24(Mon)21:40:47') {

'Cool stuff me likey, Got very basic html knowledge from school but never touched css back then; it terrifies me.
Think I'm going to try add a simple alarm clock for extra functionality. have no idea how so it's going to be a learning experience.'
;

}

if(Anonymous && title=='undefined' && postNumber==8045695 && dateTime=='02/20/24(Tue)10:21:01'  && image=='Screenshot_20240220_145914.png') {

'It's not quite the same as others here, but I switched to this as a start page because I wanted something basically browser/device agnostic that required no hosting or local storage. The URL contains the parameters, I stick it into a link shortener and save it so I can use on any device easily.';

}

if(Anonymous && title=='undefined' && postNumber==8045698 && dateTime=='02/20/24(Tue)11:08:56') {

'>>8045695
written in lisp?'
;

}

if(Anonymous && title=='undefined' && postNumber==8045701 && dateTime=='02/20/24(Tue)11:25:08') {

'>>8045698
JS/CSS/HTML
https://github.com/AlexW00/StartTreeV2
(I am not the dev)'
;

}

if(Anonymous && title=='undefined' && postNumber==8045987 && dateTime=='02/22/24(Thu)03:47:49') {

'>>8045442
Oh this is nice, that old feeling.'
;

}

if(Anonymous && title=='undefined' && postNumber==8046739 && dateTime=='02/27/24(Tue)00:53:30') {

'Saved by the bell';

}

if(Anonymous && title=='undefined' && postNumber==8047587 && dateTime=='03/04/24(Mon)05:58:37') {

'Hey, anons!

I'm kinda unsure if this was the board that an anon had updated Katgrills YouTube style before to fix some bugs that had been caused because of the updated that happened a while ago on YouTube.

There was a UI update again a few days ago and the style hides the title and description in the videos when you play them.

Is there any chance you can take a look and see if you can update the CSS once more to fix this problem?

Thank you.'
;

}

if(Anonymous && title=='undefined' && postNumber==8047611 && dateTime=='03/04/24(Mon)11:49:44') {

'>>8047587
where is that happening ? it's all normal for me'
;

}

if(Anonymous && title=='undefined' && postNumber==8047630 && dateTime=='03/04/24(Mon)14:31:40') {

'>>8047611
youtube rolls out updates gradually in waves by selecting a few users initially to try out the new features and if it goes well they add more and more people till eventually everyone is caught up'
;

}

if(Anonymous && title=='undefined' && postNumber==8047631 && dateTime=='03/04/24(Mon)14:39:53'  && image=='New_YouTube.jpg') {

'>>8047611
It's when you play a video (the YouTube player).

But I didn't know what this anon said >>8047630
so it might not have been updated or never will be for everyone.

I'll just add a pic for you to see where it is, just in case.'
;

}

if(Anonymous && title=='undefined' && postNumber==8047713 && dateTime=='03/05/24(Tue)01:31:41') {

'>>8047630
>>8047631
I don't have it, so nothing I can do about it yet'
;

}

if(Anonymous && title=='undefined' && postNumber==8047716 && dateTime=='03/05/24(Tue)01:44:28') {

'>>8047713
Yeah, I was just showing you how it looks, I'll just post here in a few weeks if it stays and see if you got the update as well.

Thank you.'
;

}

if(Anonymous && title=='undefined' && postNumber==8048002 && dateTime=='03/06/24(Wed)20:11:03'  && image=='Captura de tela 2024-03-06 220841.png') {

'Hi guys.
I made a starter page with some ASCII anime girls (random) with a message above (random, but some are for night time and some are for day time).

Whenever you click a key, it gets it and if a shortcut was configured with it it goes straight to the page.

>The shortcuts are always with 3 letters.
>If you hit a shortcut, the letters will glow and bounce
>if you search for something that is not the a shortcut, it will search on google for you.

Here it is:
https://starter-page.vercel.app/'
;

}

if(Anonymous && title=='undefined' && postNumber==8048003 && dateTime=='03/06/24(Wed)20:16:03') {

'>>8048002
These are the shortcuts until now.

{word: 'zap', link: 'https://web.whatsapp.com/'},
{word: 'amz', link: 'https://www.amazon.com.br/'},
{word: 'git', link: 'https://github.com/'},
{word: 'twt', link: 'https://twitter.com/home'},
{word: 'net', link: 'https://www.netflix.com/browse'},
{word: 'amv', link: 'https://www.primevideo.com/-/pt/storefront/ref=atv_hm_tv_c_9zZ8D2_hom?language=pt_BR'},
{word: 'ins', link: 'https://www.instagram.com/'}

Yes, hu3 hu3 Brazil.'
;

}

if(Anonymous && title=='undefined' && postNumber==8048329 && dateTime=='03/08/24(Fri)05:39:06'  && image=='netstart.png') {

'undefined';

}

if(Anonymous && title=='undefined' && postNumber==8049363 && dateTime=='03/13/24(Wed)09:24:12'  && image=='net.png') {

'>>8048329
updated and added bangs like ddg to directly search the correct site, a light/dark theme switch and an optional category
settings are stored in the local storage so they don't reset'
;

}

if(Anonymous && title=='undefined' && postNumber==8049365 && dateTime=='03/13/24(Wed)10:39:21') {

'>>8049363
github?
this is sick'
;

}

if(Anonymous && title=='undefined' && postNumber==8049369 && dateTime=='03/13/24(Wed)11:58:16') {

'>>8049363
clean'
;

}

if(Anonymous && title=='undefined' && postNumber==8049423 && dateTime=='03/13/24(Wed)19:35:39') {

'>>8042887
Wallpaper ? This one is for my k-on gooncave'
;

}

if(Anonymous && title=='undefined' && postNumber==8049560 && dateTime=='03/14/24(Thu)16:47:45'  && image=='12331233123112.png') {

'>>8049423
>>8049423

samefag here, i just copied what the poster above made and replaced his links with my stuff

im learning web dev and it's actually the first time i manage to make something useful

also, i'm on firefox, how do i prevent the browser from focusing on the searchbar above my startpage when opening a new page?'
;

}

if(Anonymous && title=='undefined' && postNumber==8049566 && dateTime=='03/14/24(Thu)18:57:27') {

'>>8049363
i'll post the github when i'm done with this, i'm using vue so a bit more complex than simple html/css/js tho

>>8049560
add the autofocus attribute to your input !
and maybe check the settings if you have a newtab extension'
;

}

if(Anonymous && title=='undefined' && postNumber==8049668 && dateTime=='03/15/24(Fri)10:41:10') {

'>>8049566
i did, but it still doesnt werk. whenever i open a new tab or press ctrl T the browser focuses on the file:///MozillaStartpage bar thing'
;

}

if(Anonymous && title=='undefined' && postNumber==8050126 && dateTime=='03/18/24(Mon)12:37:34'  && image=='1658570342028115.png') {

'>>8049560
Sorry to have kept you waiting anon
btw on firefox you can do ctrl+shift+b to hide the bookmark tab'
;

}

if(Anonymous && title=='undefined' && postNumber==8050210 && dateTime=='03/18/24(Mon)22:05:07') {

'How do you guys come up with layouts for your pages? Do you draft on paper or just go in on an HTML file and carve your way out?';

}

if(Anonymous && title=='undefined' && postNumber==8050261 && dateTime=='03/19/24(Tue)04:34:54') {

'>>8050210
I'd recommend a process like this:

1. Write down everything you want to access/display.
2. Group what you wrote - find connections between items and organize them in a way that makes sense to you.
3. Now that you know what there is to lay out, you can start actually laying it out. I highly recommend Figma for this step, great design tool that lets you save a lot of time over trying to design in HTML + CSS directly. You can go with the classic "group header + list of links", you can find a pape you particularly enjoy and try to make a layout around it, look for inspiration on Dribbble or another platform, or try something entirely unique, it might come to mind once you have all the things you want to display in front of you.

For me personally, after step 1 and 2 I've decided there is no point in making a startpage with links for myself, because I'd rather hit Ctrl + T and type or Ctrl + Shift + B to use the bookmarks bar than open a new tab and click, so I didn't follow through with step 3 - that's plenty of time saved. I just have a falling snow animation with a centered digital clock as something neat to look at for the couple seconds between opening the tab and loading what I want.

Make sure you're designing for yourself, not to appease some anon who doesn't necessarily know what you need - don't shun feedback, but always think about in terms of whether it helps you achieve your goal(s) or not.'
;

}

if(Anonymous && title=='undefined' && postNumber==8050516 && dateTime=='03/20/24(Wed)09:45:06'  && image=='dfjLqa6.png') {

'Been using a custom startpage for a few years but it's a little annoying to get the new tab page working properly.

It used to work fine, but about a year ago I had to start using a custom extension on Chrome to change my new tab to a local url.

That works fine, but ever since then my weather widget is broken when I do this (pic related). It works fine on startup, but the new tab extension work around seems to break it.

Anyone have any suggestions here? I'm using weatherwidget-io.'
;

}

if(Anonymous && title=='undefined' && postNumber==8050639 && dateTime=='03/21/24(Thu)12:17:33') {

'>>8048002
Care to share the source code? I really like this, looks great'
;

}

if(Anonymous && title=='undefined' && postNumber==8052026 && dateTime=='03/30/24(Sat)22:00:01') {

'Saved';

}

if(Anonymous && title=='undefined' && postNumber==8052309 && dateTime=='04/01/24(Mon)17:54:33'  && image=='1702070950432856.png') {

'Im trying to theme my firefox, but whenever i try and open the browser toolbox i get stuck like this. does anyone know why? (im pretty new to this)';

}

if(Anonymous && title=='undefined' && postNumber==8052424 && dateTime=='04/02/24(Tue)13:21:58'  && image=='1700954287642918.png') {

'>>8052309
solved this by just using a new chrome profile

also first try at using svgs. things always look better in your head ;-;
still need to add details and a bit of animation but i don't think a moonrise has enough colors to look as nice as a sunrise (at least with my graphic design skills'
;

}

if(Anonymous && title=='undefined' && postNumber==8053734 && dateTime=='04/09/24(Tue)17:28:15') {

'up';

}

if(Anonymous && title=='undefined' && postNumber==8054553 && dateTime=='04/15/24(Mon)14:02:52'  && image=='file.png') {

'Anyone know why adding bulletpoints to my todo moves my searchbar down?? How do I fix';

}

if(Anonymous && title=='undefined' && postNumber==8054826 && dateTime=='04/17/24(Wed)06:19:42') {

'>>8054553
Because search bar is positioned relatively to the todo and vice versa.
You can sed the entire todo section as position: absolute and then put it on the page using "right" and "top" CSS attributes.
Make sure that the parent DOM element of your todo section has "position: relative" set so that "position: absolute" will work.
Useful links - https://www.w3schools.com/css/css_positioning.asp
https://www.w3schools.com/css/tryit.asp?filename=trycss_position_absolute'
;

}

if(Anonymous && title=='undefined' && postNumber==8055023 && dateTime=='04/18/24(Thu)11:31:15') {

'>>8054826
fixed it!
Thanks'
;

}

if(Anonymous && title=='undefined' && postNumber==8055691 && dateTime=='04/24/24(Wed)02:32:26') {

'bump lmao';

}

}
}