Earlier quoted context omitted.
And a hit counter
webrings, anyone?
Make Front End Shit Again (2018)
61–70 of 177 posts
Re: Make Front End Shit Again (2018)
#62I'm on mobile. It loads quick. I saw no ads. It was reasonable straight to the point: no explanation about this being grandmothers pie recipe or anything to that effect. (In fact, if you consider the point of the website to be funny it is actually straight to the point.) If it is fast, doesn't track me and provides the answers I need I can put up with some animations. I'd say what we have today is far more problemati…
Re: Make Front End Shit Again (2018)
#63Re: Make Front End Shit Again (2018)
#64Someone once told me, “you will know what nostalgia truly is, when you see a younger generations nostalgia and think it’s still shit because you are too old for that to have been your childhood”. The jQuery era is something I’d never want to go back to. Not because jQuery was bad, but because the basic DOM api was so poor, JavaScript was much more limited and incoherent, and webpages made anything outside of text inp…
It's shit. I got a smirk out of seeing it again, but I just felt embarrassed for 1998 me.
Re: Make Front End Shit Again (2018)
#65Yeah, but it looked shit.
Re: Make Front End Shit Again (2018)
#66Earlier quoted context omitted.
Sound autoplay doesn't really work anymore in modern browsers.
And thank whatever deity you may or may not believe in that this changed. Yes, it sucks for these traditional websites, but advertisers abused it so much it hurt.
Re: Make Front End Shit Again (2018)
#67Where’s the guestbook?
Re: Make Front End Shit Again (2018)
#68Re: Make Front End Shit Again (2018)
#69And a rather modern approach for doing it:
export default {
mounted() {
document.addEventListener("contextmenu", event => {
event.preventDefault()
alert("Right click is disabled!!!")
})
}
}
https://github.com/SaraVieira/make-frontend-shit-again/blob/...Re: Make Front End Shit Again (2018)
#70Earlier quoted context omitted.
Sound autoplay doesn't really work anymore in modern browsers.
And thank whatever deity you may or may not believe in that this changed. Yes, it sucks for these traditional websites, but advertisers abused it so much it hurt.