This article is a mirror article of machine translation, please click here to jump to the original article.

View: 10383|Reply: 3

Stick to the code with one click, no tools required!

[Copy link]
Posted on 10/30/2014 1:26:29 PM | | | |


Tieba one-click sign-in can actually be achieved with a piece of code, a friend told me

The method is actually very simple, and it does not require any tools and assistance

First, open the tieba.baidu.com and log in to your Baidu account

Then press F12, enter the code in the Console, and finally hit Enter:

  1. var time = 1000;
  2. var test=$('.clearfix > a').each(function(i,a){
  3. var title=a.title;
  4. if(title!=''){
  5. setTimeout(function () {
  6. $.get('http://tieba.baidu.com/dc/common/tbs', {}, function (tbs) {
  7. console.log('正在签到:'+title+' key:'+tbs.tbs);
  8. $.post('http://tieba.baidu.com/sign/add', {
  9. ie : 'utf-8',
  10. kw : title,
  11. tbs : tbs.tbs
  12. }, function (json) {
  13. console.log(json);
  14. }, 'json');
  15. }, 'json');
  16. }, time);
  17. time += 2000;
  18. }
  19. });
Copy code





Previous:About ADO.NET in detail
Next:Wu Ruan's students, please don't go to "Guangbutun" to buy a computer! So as not to be deceived!
Posted on 10/30/2014 3:34:43 PM |
 Landlord| Posted on 10/30/2014 4:02:02 PM |

Look at your water!!!
Posted on 9/17/2015 12:41:20 AM |
Useless feeling
Disclaimer:
All software, programming materials or articles published by Code Farmer Network are only for learning and research purposes; The above content shall not be used for commercial or illegal purposes, otherwise, users shall bear all consequences. The information on this site comes from the Internet, and copyright disputes have nothing to do with this site. You must completely delete the above content from your computer within 24 hours of downloading. If you like the program, please support genuine software, purchase registration, and get better genuine services. If there is any infringement, please contact us by email.

Mail To:help@itsvse.com