Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » 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:
Inform me if it works
$.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?
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:delete that immediately!$.ajax({
type: “PUT”,
url: "http://scratch.mit.edu/site-api/users/followers/kaj/add/“,
data: { usernames:”PrincessPanda_test" }
})
Inform me if it works
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?
I know, I wish everyone hadn't started following Kaj. :{ The next trend is commenting on his/her projects and profile.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:delete that immediately!$.ajax({
type: “PUT”,
url: "http://scratch.mit.edu/site-api/users/followers/kaj/add/“,
data: { usernames:”PrincessPanda_test" }
})
Inform me if it works
eh, who cares. there's another leet list already.

Last edited by cheeseeater (March 4, 2015 16:53:53)
- Zaidhaan
-
Scratcher
100+ posts
How do I follow Kaj?
ikr!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:delete that immediately!$.ajax({
type: “PUT”,
url: "http://scratch.mit.edu/site-api/users/followers/kaj/add/“,
data: { usernames:”PrincessPanda_test" }
})
Inform me if it works
eh, who cares. there's another leet list already.
- 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
)
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?
Ugh the code for following has already been given away. It's worth nothing now. It doesn't really mean you're 1337 anymore.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
I think it's really not worth it anymore (although I'm not going to remove myself)
- CatsUnited
-
Scratcher
1000+ posts
How do I follow Kaj?
I don't think that's possible anymore. I've heard that Paddle2See fixed the commenting on hidden profiles.I know, I wish everyone hadn't started following Kaj. :{ The next trend is commenting on his/her projects and profile.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:delete that immediately!$.ajax({
type: “PUT”,
url: "http://scratch.mit.edu/site-api/users/followers/kaj/add/“,
data: { usernames:”PrincessPanda_test" }
})
Inform me if it works
eh, who cares. there's another leet list already.
- MegaApuTurkUltra
-
Scratcher
1000+ posts
How do I follow Kaj?
It means the list is not a good indicator of who's 1337 anymore.Ugh the code for following has already been given away. It's worth nothing now. It doesn't really mean you're 1337 anymore.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
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?
yeahIt means the list is not a good indicator of who's 1337 anymore.Ugh the code for following has already been given away. It's worth nothing now. It doesn't really mean you're 1337 anymore.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
I think it's really not worth it anymore (although I'm not going to remove myself)
- NoMod-Programming
-
Scratcher
1000+ posts
How do I follow Kaj?
I don't think that's possible anymore. I've heard that Paddle2See fixed the commenting on hidden profiles.I know, I wish everyone hadn't started following Kaj. :{ The next trend is commenting on his/her projects and profile.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:delete that immediately!$.ajax({
type: “PUT”,
url: "http://scratch.mit.edu/site-api/users/followers/kaj/add/“,
data: { usernames:”PrincessPanda_test" }
})
Inform me if it works
eh, who cares. there's another leet list already.
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?
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.It means the list is not a good indicator of who's 1337 anymore.Ugh the code for following has already been given away. It's worth nothing now. It doesn't really mean you're 1337 anymore.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
I think it's really not worth it anymore (although I'm not going to remove myself)
Last edited by scratcher7_13 (March 31, 2015 22:32:00)
- Thepuzzlegame
-
Scratcher
1000+ posts
How do I follow Kaj?
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?
I posted that when scratch still used HTTP.I don't think that's possible anymore. I've heard that Paddle2See fixed the commenting on hidden profiles.I know, I wish everyone hadn't started following Kaj. :{ The next trend is commenting on his/her projects and profile.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:delete that immediately!$.ajax({
type: “PUT”,
url: "http://scratch.mit.edu/site-api/users/followers/kaj/add/“,
data: { usernames:”PrincessPanda_test" }
})
Inform me if it works
eh, who cares. there's another leet list already.
USE HTTPS:$.ajax({
type: “PUT”,
url: "https://scratch.mit.edu/site-api/users/followers/kaj/add/“,
data: { usernames:”PrincessPanda_test" }
})
Last edited by CatsUnited (March 31, 2015 23:30:18)
- minekraftkid
-
Scratcher
100+ posts
How do I follow Kaj?
I AM SOOOOO CONFOOSED!
what does work? it keeps telling me i can't
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
$.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?
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_
- Discussion Forums
- » Advanced Topics
-
» How do I follow Kaj?






)








