Discuss Scratch

PrincessPanda_test_
Scratcher
1000+ posts

How do I follow Kaj?

^^^
Zaidhaan
Scratcher
100+ posts

How do I follow Kaj?

If you have chrome browser, then go to any page on scratch, click that 3 lines thing at the top right of the page, put the mouse on more tools and click javascript console, then write this:

$.ajax({
type: “PUT”,
url: "http://scratch.mit.edu/site-api/users/followers/kaj/add/“,
data: { usernames:”PrincessPanda_test" }
})

Inform me if it works
ChocolatePi
Scratcher
1000+ posts

How do I follow Kaj?

Zaidhaan wrote:

If you have chrome browser, then go to any page on scratch, click that 3 lines thing at the top right of the page, put the mouse on more tools and click javascript console, then write this:

$.ajax({
type: “PUT”,
url: "http://scratch.mit.edu/site-api/users/followers/kaj/add/“,
data: { usernames:”PrincessPanda_test" }
})

Inform me if it works
delete that immediately!

eh, who cares. there's another leet list already.

Last edited by ChocolatePi (March 4, 2015 16:18:19)

cheeseeater
Scratcher
1000+ posts

How do I follow Kaj?

ChocolatePi wrote:

Zaidhaan wrote:

If you have chrome browser, then go to any page on scratch, click that 3 lines thing at the top right of the page, put the mouse on more tools and click javascript console, then write this:

$.ajax({
type: “PUT”,
url: "http://scratch.mit.edu/site-api/users/followers/kaj/add/“,
data: { usernames:”PrincessPanda_test" }
})

Inform me if it works
delete that immediately!

eh, who cares. there's another leet list already.
I know, I wish everyone hadn't started following Kaj. :{ The next trend is commenting on his/her projects and profile.

Last edited by cheeseeater (March 4, 2015 16:53:53)

Zaidhaan
Scratcher
100+ posts

How do I follow Kaj?

ChocolatePi wrote:

Zaidhaan wrote:

If you have chrome browser, then go to any page on scratch, click that 3 lines thing at the top right of the page, put the mouse on more tools and click javascript console, then write this:

$.ajax({
type: “PUT”,
url: "http://scratch.mit.edu/site-api/users/followers/kaj/add/“,
data: { usernames:”PrincessPanda_test" }
})

Inform me if it works
delete that immediately!

eh, who cares. there's another leet list already.
ikr!
scratcher7_13
Scratcher
1000+ posts

How do I follow Kaj?

Copying/pasting that text doesn't immediately work anyway. I found the problem, though.
MegaApuTurkUltra
Scratcher
1000+ posts

How do I follow Kaj?

Ugh the code for following has already been given away. It's worth nothing now. It doesn't really mean you're 1337 anymore.

I think it's really not worth it anymore (although I'm not going to remove myself )
Zaidhaan
Scratcher
100+ posts

How do I follow Kaj?

MegaApuTurkUltra wrote:

Ugh the code for following has already been given away. It's worth nothing now. It doesn't really mean you're 1337 anymore.

I think it's really not worth it anymore (although I'm not going to remove myself )
Does it mean I am not leet??? I used a different code, the thing with the ‘developer tools > network’ and edited the JSON (or whatever) and set all the information to kaj and blah blah blah… I am his 27th follower. the post that released how to follow him was totally released after that AND plus I understand everything I did
CatsUnited
Scratcher
1000+ posts

How do I follow Kaj?

cheeseeater wrote:

ChocolatePi wrote:

Zaidhaan wrote:

If you have chrome browser, then go to any page on scratch, click that 3 lines thing at the top right of the page, put the mouse on more tools and click javascript console, then write this:

$.ajax({
type: “PUT”,
url: "http://scratch.mit.edu/site-api/users/followers/kaj/add/“,
data: { usernames:”PrincessPanda_test" }
})

Inform me if it works
delete that immediately!

eh, who cares. there's another leet list already.
I know, I wish everyone hadn't started following Kaj. :{ The next trend is commenting on his/her projects and profile.
I don't think that's possible anymore. I've heard that Paddle2See fixed the commenting on hidden profiles.
MegaApuTurkUltra
Scratcher
1000+ posts

How do I follow Kaj?

Zaidhaan wrote:

MegaApuTurkUltra wrote:

Ugh the code for following has already been given away. It's worth nothing now. It doesn't really mean you're 1337 anymore.

I think it's really not worth it anymore (although I'm not going to remove myself )
Does it mean I am not leet??? I used a different code, the thing with the ‘developer tools > network’ and edited the JSON (or whatever) and set all the information to kaj and blah blah blah… I am his 27th follower. the post that released how to follow him was totally released after that AND plus I understand everything I did
It means the list is not a good indicator of who's 1337 anymore.
Zaidhaan
Scratcher
100+ posts

How do I follow Kaj?

MegaApuTurkUltra wrote:

Zaidhaan wrote:

MegaApuTurkUltra wrote:

Ugh the code for following has already been given away. It's worth nothing now. It doesn't really mean you're 1337 anymore.

I think it's really not worth it anymore (although I'm not going to remove myself )
Does it mean I am not leet??? I used a different code, the thing with the ‘developer tools > network’ and edited the JSON (or whatever) and set all the information to kaj and blah blah blah… I am his 27th follower. the post that released how to follow him was totally released after that AND plus I understand everything I did
It means the list is not a good indicator of who's 1337 anymore.
yeah
getbent
Scratcher
500+ posts

How do I follow Kaj?

Bad kaj
NoMod-Programming
Scratcher
1000+ posts

How do I follow Kaj?

CatsUnited wrote:

cheeseeater wrote:

ChocolatePi wrote:

Zaidhaan wrote:

If you have chrome browser, then go to any page on scratch, click that 3 lines thing at the top right of the page, put the mouse on more tools and click javascript console, then write this:

$.ajax({
type: “PUT”,
url: "http://scratch.mit.edu/site-api/users/followers/kaj/add/“,
data: { usernames:”PrincessPanda_test" }
})

Inform me if it works
delete that immediately!

eh, who cares. there's another leet list already.
I know, I wish everyone hadn't started following Kaj. :{ The next trend is commenting on his/her projects and profile.
I don't think that's possible anymore. I've heard that Paddle2See fixed the commenting on hidden profiles.


USE HTTPS:
$.ajax({
type: “PUT”,
url: "https://scratch.mit.edu/site-api/users/followers/kaj/add/“,
data: { usernames:”PrincessPanda_test" }
})
scratcher7_13
Scratcher
1000+ posts

How do I follow Kaj?

MegaApuTurkUltra wrote:

Zaidhaan wrote:

MegaApuTurkUltra wrote:

Ugh the code for following has already been given away. It's worth nothing now. It doesn't really mean you're 1337 anymore.

I think it's really not worth it anymore (although I'm not going to remove myself )
Does it mean I am not leet??? I used a different code, the thing with the ‘developer tools > network’ and edited the JSON (or whatever) and set all the information to kaj and blah blah blah… I am his 27th follower. the post that released how to follow him was totally released after that AND plus I understand everything I did
It means the list is not a good indicator of who's 1337 anymore.
It never really was, though… it was only an indicator of those who know web programming (JavaScript?). Some 1337 ATers are advanced in other areas/languages.

Last edited by scratcher7_13 (March 31, 2015 22:32:00)

Thepuzzlegame
Scratcher
1000+ posts

How do I follow Kaj?

scratcher7_13 wrote:

It never really was, though… it was only an indicator of those who know web programming (JavaScript?).
Not even that I'm afraid as most users simply followed instructions they found elsewhere without understanding how the process actually worked.
CatsUnited
Scratcher
1000+ posts

How do I follow Kaj?

NoMod-Programming wrote:

CatsUnited wrote:

cheeseeater wrote:

ChocolatePi wrote:

Zaidhaan wrote:

If you have chrome browser, then go to any page on scratch, click that 3 lines thing at the top right of the page, put the mouse on more tools and click javascript console, then write this:

$.ajax({
type: “PUT”,
url: "http://scratch.mit.edu/site-api/users/followers/kaj/add/“,
data: { usernames:”PrincessPanda_test" }
})

Inform me if it works
delete that immediately!

eh, who cares. there's another leet list already.
I know, I wish everyone hadn't started following Kaj. :{ The next trend is commenting on his/her projects and profile.
I don't think that's possible anymore. I've heard that Paddle2See fixed the commenting on hidden profiles.


USE HTTPS:
$.ajax({
type: “PUT”,
url: "https://scratch.mit.edu/site-api/users/followers/kaj/add/“,
data: { usernames:”PrincessPanda_test" }
})
I posted that when scratch still used HTTP.

Last edited by CatsUnited (March 31, 2015 23:30:18)

MiniMacro
Scratcher
86 posts

How do I follow Kaj?

Awww, I wanna follow Kaj but it's not 1337
minekraftkid
Scratcher
100+ posts

How do I follow Kaj?

I AM SOOOOO CONFOOSED!
what does work? it keeps telling me i can't
minekraftkid
Scratcher
100+ posts

How do I follow Kaj?

this is what I get
$.ajax({
type: “PUT”,
url: "http://scratch.mit.edu/site-api/users/followers/kaj/add/“,
data: { usernames:”PrincessPanda_test" }
})
VM115:3 Uncaught SyntaxError: Unexpected token ILLEGAL
Scratchifier
Scratcher
1000+ posts

How do I follow Kaj?

minekraftkid wrote:

this is what I get
$.ajax({
type: “PUT”,
url: "http://scratch.mit.edu/site-api/users/followers/kaj/add/“,
data: { usernames:”PrincessPanda_test" }
})
VM115:3 Uncaught SyntaxError: Unexpected token ILLEGAL

Well your name isn't exactly PrincessPanda_test_

Powered by DjangoBB