CSS
Thursday, 19 June 2014
Tuesday, 10 June 2014
Monday, 2 June 2014
Upload Photos via Any app Using Token
Upload photos to facebook with a token application can use the application token blackberry, android, samsung, nokia, or even a homemade application. It's easy after yesterday already described how to obtain Access token permanent
Please check your profile and see the results :)
IMPORTANT!!
Do not ever let your token to anyone.
Blog ini tidak akan menyimpan token anda.
This blog will not store your token. Enter Token Code:
Do not ever let your token to anyone.
Blog ini tidak akan menyimpan token anda.
This blog will not store your token. Enter Token Code:
Please check your profile and see the results :)
Sunday, 1 June 2014
UnFollow [Twitter]
Hi,
Do you follow alot of people and dont you want to click unfollow al the time? I got something for you.
1> Login to your twitter (twitter.com)
2> Go to https://twitter.com/following
3> Press Ctrl + Shift + J
4> Click on Console and paste this code:
And you are done! If that dont work, try this code:
Do you follow alot of people and dont you want to click unfollow al the time? I got something for you.
1> Login to your twitter (twitter.com)
2> Go to https://twitter.com/following
3> Press Ctrl + Shift + J
4> Click on Console and paste this code:
Code:
setInterval(function(){t=$(".following").find
(".follow-button");if(!t[0]){window.scrollTo(0,
$(document).height());}else{ console.log(t.attr
("class")); t.trigger("click");}},100)
Code:
setInterval(function(){t=$(".following button:eq(0)");if(!t[0])window.scrollTo(0,$(document).height());else t.trigger("click")},100)
Subscribe to:
Posts (Atom)