Discuss Scratch

andrewjcole
Scratcher
500+ posts

Inspect Element-ed ideas

PullJosh wrote:

andrewjcole wrote:

OMG I want an orange theme!
There's one available in MSU.
Really? I didn't know MSU could do that.

PullJosh
Scratcher
1000+ posts

Inspect Element-ed ideas

andrewjcole wrote:

PullJosh wrote:

andrewjcole wrote:

OMG I want an orange theme!
There's one available in MSU.
Really? I didn't know MSU could do that.
Aww, come on… That's the most important thing I contributed! xP
ChocolatePi
Scratcher
1000+ posts

Inspect Element-ed ideas

PullJosh wrote:

andrewjcole wrote:

PullJosh wrote:

andrewjcole wrote:

OMG I want an orange theme!
There's one available in MSU.
Really? I didn't know MSU could do that.
Aww, come on… That's the most important thing I contributed! xP
The only reason I don't use that part of MSU is because it takes a while to load the colors part and then it looks weird having it flash from blue to green for me… Perhaps you could hoist that up to the top of the refresh script?
JumRum
Scratcher
100+ posts

Inspect Element-ed ideas

CatsUnited wrote:

$("img").wrap('<img src="http://i.cubeupload.com/15O1ub.png" />');

Edited for even more randomness

memes
ninjagolloyd
Scratcher
500+ posts

Inspect Element-ed ideas

JumRum wrote:

CatsUnited wrote:

$("img").wrap('<img src="http://i.cubeupload.com/15O1ub.png" />');

Edited for even more randomness

bean
Firedrake969
Scratcher
1000+ posts

Inspect Element-ed ideas

JumRum wrote:

CatsUnited wrote:

$("body *").wrap('<img src="http://i.cubeupload.com/15O1ub.png" />');

Edited for even more randomness
ftfy :3

'17 rickoid

bf97b44a7fbd33db070f6ade2b7dc549
TheHockeyist
Scratcher
1000+ posts

Inspect Element-ed ideas

At school, I inspect-elemented the title of the Google tab at the top of the screen to say “YOU WON $1000000” and changed the titles of the buttons to “Not Google Search”, “Not Sign In”, etc. Also “Not Gmail”, “Not Images”, etc.

Everyone thought I hacked into Google's headquarters or something.

Last edited by TheHockeyist (May 17, 2015 21:59:39)



TheHockeyist
Scratcher
1000+ posts

Inspect Element-ed ideas

In case you're wondering how I changed the title of the page:


ninjagolloyd
Scratcher
500+ posts

Inspect Element-ed ideas

TheHockeyist wrote:

At school, I inspect-elemented the title of the Google tab at the top of the screen to say “YOU WON $1000000” and changed the titles of the buttons to “Not Google Search”, “Not Sign In”, etc. Also “Not Gmail”, “Not Images”, etc.

Everyone thought I hacked into Google's headquarters or something.
Lel

bean
ninjagolloyd
Scratcher
500+ posts

Inspect Element-ed ideas

ninjagolloyd wrote:

TheHockeyist wrote:

At school, I inspect-elemented the title of the Google tab at the top of the screen to say “YOU WON $1000000” and changed the titles of the buttons to “Not Google Search”, “Not Sign In”, etc. Also “Not Gmail”, “Not Images”, etc.

Everyone thought I hacked into Google's headquarters or something.
Lel
I did it too. After that, I did marquee. Our computers were in a small clump and people could see each other's screens and then… Let's just say, somebody (me) passed out.


*snicker*

bean
MegaApuTurkUltra
Scratcher
1000+ posts

Inspect Element-ed ideas

TheHockeyist wrote:

At school, I inspect-elemented the title of the Google tab at the top of the screen to say “YOU WON $1000000” and changed the titles of the buttons to “Not Google Search”, “Not Sign In”, etc. Also “Not Gmail”, “Not Images”, etc.

Everyone thought I hacked into Google's headquarters or something.
Haha I know how amazed people get at basic inspect element haxx, when it's really nothing.

$(".box-head")[0].textContent = "committing AT crimes since $whenever"
CatsUnited
Scratcher
1000+ posts

Inspect Element-ed ideas

MegaApuTurkUltra wrote:

TheHockeyist wrote:

At school, I inspect-elemented the title of the Google tab at the top of the screen to say “YOU WON $1000000” and changed the titles of the buttons to “Not Google Search”, “Not Sign In”, etc. Also “Not Gmail”, “Not Images”, etc.

Everyone thought I hacked into Google's headquarters or something.
Haha I know how amazed people get at basic inspect element haxx, when it's really nothing.
e.g, My teacher (if you haven't seen the newest posts in the school computers thread yet).

bottom text
djdolphin
Scratcher
1000+ posts

Inspect Element-ed ideas

MegaApuTurkUltra wrote:

TheHockeyist wrote:

At school, I inspect-elemented the title of the Google tab at the top of the screen to say “YOU WON $1000000” and changed the titles of the buttons to “Not Google Search”, “Not Sign In”, etc. Also “Not Gmail”, “Not Images”, etc.

Everyone thought I hacked into Google's headquarters or something.
Haha I know how amazed people get at basic inspect element haxx, when it's really nothing.
I think kids should be taught the basics of how the internet and web work at the same time they learn how to use them. They're a growing part of modern life, but so many people don't actually understand them.

!
PullJosh
Scratcher
1000+ posts

Inspect Element-ed ideas

djdolphin wrote:

MegaApuTurkUltra wrote:

TheHockeyist wrote:

At school, I inspect-elemented the title of the Google tab at the top of the screen to say “YOU WON $1000000” and changed the titles of the buttons to “Not Google Search”, “Not Sign In”, etc. Also “Not Gmail”, “Not Images”, etc.

Everyone thought I hacked into Google's headquarters or something.
Haha I know how amazed people get at basic inspect element haxx, when it's really nothing.
I think kids should be taught the basics of how the internet and web work at the same time they learn how to use them. They're a growing part of modern life, but so many people don't actually understand them.
tbh, I didn't really have even a basic understanding of how servers worked until recently. :3

I was totally dumbfounded when I realized there are other ways of serving pages than just using a file server. (Python, node.js, etc.)
djdolphin
Scratcher
1000+ posts

Inspect Element-ed ideas

PullJosh wrote:

tbh, I didn't really have even a basic understanding of how servers worked until recently. :3

I was totally dumbfounded when I realized there are other ways of serving pages than just using a file server. (Python, node.js, etc.)
Yeah, me too. For a long time I only knew about Apache and PHP, and PHP is absolutely my least favorite language.

!
CatsUnited
Scratcher
1000+ posts

Inspect Element-ed ideas

I've been using a computer for all my life, but I only knew how computers worked in around 2013-2014. I also didn't know webpages were made of web languages until 2015. I did press Inspect Element in 2013, but the Internet Explorer 9 IE was quite clunky AFAIK.

bottom text
PullJosh
Scratcher
1000+ posts

Inspect Element-ed ideas

djdolphin wrote:

PullJosh wrote:

tbh, I didn't really have even a basic understanding of how servers worked until recently. :3

I was totally dumbfounded when I realized there are other ways of serving pages than just using a file server. (Python, node.js, etc.)
Yeah, me too. For a long time I only knew about Apache and PHP, and PHP is absolutely my least favorite language.
You aren't alone.
goldfish678
Scratcher
1000+ posts

Inspect Element-ed ideas

I kind of wish I knew Firefox 3.6.8 didn't have inspect element before I started scrolling through this thread.
MegaApuTurkUltra
Scratcher
1000+ posts

Inspect Element-ed ideas

PullJosh wrote:

djdolphin wrote:

PullJosh wrote:

tbh, I didn't really have even a basic understanding of how servers worked until recently. :3

I was totally dumbfounded when I realized there are other ways of serving pages than just using a file server. (Python, node.js, etc.)
Yeah, me too. For a long time I only knew about Apache and PHP, and PHP is absolutely my least favorite language.
You aren't alone.
Haha PHP does suck. I'm coding OS right now hoping my code will be maintainable

$(".box-head")[0].textContent = "committing AT crimes since $whenever"
djdolphin
Scratcher
1000+ posts

Inspect Element-ed ideas

MegaApuTurkUltra wrote:

Haha PHP does suck. I'm coding OS right now hoping my code will be maintainable
That's why I was reluctant to accept the invitation to the OS organization 3 months ago. And then I just forgot about it.

!

Powered by DjangoBB