Discuss Scratch
- Discussion Forums
- » Announcements
- » Updates! July 15th, 2015
- Potatogirl404
-
49 posts
Updates! July 15th, 2015
THIS WILL BE A VICTORY FOR THE SCRATCHERS!!!!! GET RID OF ABOUT AND EXPAND THE SEARCH BAR!!!!! WE LIKED IT HOW IT WAS BEFORE!!!!!
YES!!!!!!!! WE WIN WE WIN!!!!!!!
If you see this signature while scrolling
\II/
;<><>;
;<>|<>|<>;
;<><><><>;
;<><><><><>;
|————–
;<><><><>;
;<><><>;
Then you have visited by the pineapple of le epicness.
You will be one of the 5 kidren to be killed by the purple guy when FNaF becomes real.
Unless if you type in “Thanks pineapple” on my profile
- rollercoasterfan
-
1000+ posts
Updates! July 15th, 2015
I am so glad the youtube player now works, unfortunately, I really do not like the new search bar. Is it possible to extend it out a little more to your messages button? Honestly, I think the about should still be at the bottom. While it may make people read that stuff and make parents know that their kids are safe, it really messes up the top bar. Maybe you could remove the explore button? 

when [chromometer altimeter v] = [5th length v] and [7th length v] with a [gap v] of (17) ::events hat
forge [chromometer v] altimeter until < (speed) = (velocity)> ::control cstart
switch places with (759 v) altimeters with value of (speed) ::looks
control [altimeter 1 v] at time (10):(17):(58) ::control
end
initialize sequence (24) so [object 3 v] moves to x (156) y (231) ::control
reveal [final answer v] and stop running this script ::events cap
- Potatogirl404
-
49 posts
Updates! July 15th, 2015
THIS WILL BE A VICTORY FOR THE SCRATCHERS!!!!! GET RID OF ABOUT AND EXPAND THE SEARCH BAR!!!!! WE LIKED IT HOW IT WAS BEFORE!!!!!
YES!!!!!!!! WE WIN WE WIN!!!!!!!
WE ALL WILL WIN
If you see this signature while scrolling
\II/
;<><>;
;<>|<>|<>;
;<><><><>;
;<><><><><>;
|————–
;<><><><>;
;<><><>;
Then you have visited by the pineapple of le epicness.
You will be one of the 5 kidren to be killed by the purple guy when FNaF becomes real.
Unless if you type in “Thanks pineapple” on my profile
- AwesomeIndustries
-
9 posts
Updates! July 15th, 2015
Oh, sorry. That didn't work. Try going here and dragging the “enlarge scratch search bar” link to your bookmarks bar.
- peterules54
-
69 posts
Updates! July 15th, 2015
WANT TO JOIN THE PROTEST?so weird search….
I know. I don't like it either.
Yeah, sure! I'd love to!
See this: Times Tables! http://scratch.mit.edu/projects/48623842/ . Just in case you need the extra help with math.
My profile:)
Want music? Go here.
If you liked a project, give it a love, and <3*π.
If you really liked a project, give it a favorite, and <3*∞.
That's what you should do.
- rollercoasterfan
-
1000+ posts
Updates! July 15th, 2015
XD!! YES!! LET"S FIGHT OUR WAY TO VICTORY!! REMOVE THat ABOUT TAB NOW!!THIS WILL BE A VICTORY FOR THE SCRATCHERS!!!!! GET RID OF ABOUT AND EXPAND THE SEARCH BAR!!!!! WE LIKED IT HOW IT WAS BEFORE!!!!!
YES!!!!!!!! WE WIN WE WIN!!!!!!!
DEFEAT WILL COME TO THE MODS!!!! THE SCRATCHERS WILL ARISE AND REVERSE THIS TERRIBLE DECISION!!!!!!!!!!!!!
when [chromometer altimeter v] = [5th length v] and [7th length v] with a [gap v] of (17) ::events hat
forge [chromometer v] altimeter until < (speed) = (velocity)> ::control cstart
switch places with (759 v) altimeters with value of (speed) ::looks
control [altimeter 1 v] at time (10):(17):(58) ::control
end
initialize sequence (24) so [object 3 v] moves to x (156) y (231) ::control
reveal [final answer v] and stop running this script ::events cap
- Superdoggy
-
1000+ posts
Updates! July 15th, 2015
// ==UserScript==
// @name Fix to Top Bar
// @namespace SuperdoggyScripts
// @include https://scratch.mit.edu/*
// @version 1
// @grant none
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.js
// ==/UserScript==
setInterval(function() {
$('.site-nav > li:nth-child(4)').hide();
$('#search-input').css('width', '150px');
}, 1);
Save this as a greasemonkey userscript if you have it.

Last edited by Superdoggy (July 15, 2015 22:12:40)
- rollercoasterfan
-
1000+ posts
Updates! July 15th, 2015
That is useful, but all those people that don't have a userscript manager…// ==UserScript==
// @name Fix to Top Bar
// @namespace SuperdoggyScripts
// @include https://scratch.mit.edu/*
// @version 1
// @grant none
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.js
// ==/UserScript==
setInterval(function() {
$('.site-nav > li:nth-child(4)').hide();
$('#search-input').css('width', '170px');
}, 1);
Save this as a greasemonkey userscript if you have it.
when [chromometer altimeter v] = [5th length v] and [7th length v] with a [gap v] of (17) ::events hat
forge [chromometer v] altimeter until < (speed) = (velocity)> ::control cstart
switch places with (759 v) altimeters with value of (speed) ::looks
control [altimeter 1 v] at time (10):(17):(58) ::control
end
initialize sequence (24) so [object 3 v] moves to x (156) y (231) ::control
reveal [final answer v] and stop running this script ::events cap
- stickfiregames
-
1000+ posts
Updates! July 15th, 2015
I've misclicked on About three times already. BRING BACK THE OLD TOP BAR!XD!! YES!! LET"S FIGHT OUR WAY TO VICTORY!! REMOVE THat ABOUT TAB NOW!!THIS WILL BE A VICTORY FOR THE SCRATCHERS!!!!! GET RID OF ABOUT AND EXPAND THE SEARCH BAR!!!!! WE LIKED IT HOW IT WAS BEFORE!!!!!
YES!!!!!!!! WE WIN WE WIN!!!!!!!
DEFEAT WILL COME TO THE MODS!!!! THE SCRATCHERS WILL ARISE AND REVERSE THIS TERRIBLE DECISION!!!!!!!!!!!!!
Thanks for fixing the YouTube player though.
Last edited by stickfiregames (July 15, 2015 22:15:20)
- TheHockeyist
-
1000+ posts
Updates! July 15th, 2015
LIKE ME. LET US PROTEST UNTIL THE BAR IS FIXED.That is useful, but all those people that don't have a userscript manager…// ==UserScript==
// @name Fix to Top Bar
// @namespace SuperdoggyScripts
// @include https://scratch.mit.edu/*
// @version 1
// @grant none
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.js
// ==/UserScript==
setInterval(function() {
$('.site-nav > li:nth-child(4)').hide();
$('#search-input').css('width', '170px');
}, 1);
Save this as a greasemonkey userscript if you have it.
- rollercoasterfan
-
1000+ posts
Updates! July 15th, 2015
HOW ABOUT WE BOYCOTT REGULAR TEXT UNTIL THIS IDEA IS REVERSED?YES!!!
ALWAYS COPY AND PASTE THIS BEFORE POSTING!!!
[big][b][i][color=red][u]
when [chromometer altimeter v] = [5th length v] and [7th length v] with a [gap v] of (17) ::events hat
forge [chromometer v] altimeter until < (speed) = (velocity)> ::control cstart
switch places with (759 v) altimeters with value of (speed) ::looks
control [altimeter 1 v] at time (10):(17):(58) ::control
end
initialize sequence (24) so [object 3 v] moves to x (156) y (231) ::control
reveal [final answer v] and stop running this script ::events cap
- 75hi5s
-
100+ posts
Updates! July 15th, 2015
These are great updates but why did it take a long time to update? It said it would take 1 hour and then it said it is taking longer than expected. Why is the search bar so small?
I am Darth Vader. I am your father…..
- Potatogirl404
-
49 posts
Updates! July 15th, 2015
THIS WILL BE A VICTORY FOR THE SCRATCHERS!!!!! GET RID OF ABOUT AND EXPAND THE SEARCH BAR!!!!! WE LIKED IT HOW IT WAS BEFORE!!!!!
YES!!!!!!!! WE WIN WE WIN!!!!!!!
DEFEAT WILL COME TO THE MODS!!!! THE SCRATCHERS WILL ARISE AND REVERSE THIS TERRIBLE DECISION!!!!!!!!!!!!!
YEAH!!!!!!!!!! FREEDOM FOR ALL OF US SCRATCHERS!!!!!!!!!!!!!!!!!!!!!!!!!
If you see this signature while scrolling
\II/
;<><>;
;<>|<>|<>;
;<><><><>;
;<><><><><>;
|————–
;<><><><>;
;<><><>;
Then you have visited by the pineapple of le epicness.
You will be one of the 5 kidren to be killed by the purple guy when FNaF becomes real.
Unless if you type in “Thanks pineapple” on my profile
- AllStarAngels
-
3 posts
Updates! July 15th, 2015
Yay new updates! Free _waffle_'s or_taco_'s or_pizza_'s
- peterules54
-
69 posts
Updates! July 15th, 2015
Why is the search bar so small?
We need to protest about making the search bar bigger.
See this: Times Tables! http://scratch.mit.edu/projects/48623842/ . Just in case you need the extra help with math.
My profile:)
Want music? Go here.
If you liked a project, give it a love, and <3*π.
If you really liked a project, give it a favorite, and <3*∞.
That's what you should do.
- Discussion Forums
- » Announcements
-
» Updates! July 15th, 2015