I can use the console to solve the problem of changing the name only once a month-javascript tips-js tutorial

Source: Internet
Author: User
This article mainly introduces how to use the console to solve the problem of changing the name only once a month. For more information, see. The code can be injected in the console on the page for modifying the baixiao name. Of course, you must first log on to your Baidu account.

var xmlhttp = new XMLHttpRequest(),  prop = {};prop.xiaoduName = 'xiaodu';prop.userName = 'AJ';prop.url = 'http://xiaodu.baidu.com/s?sample_name=bear_brain' +      '&request_type=4&callback=jQuery110202043993091210723_1439446331525' +       '&system_name=' +       prop.xiaoduName + '&user_name='+      prop.userName + '&_=1439446331528';prop.type = 'GET';prop.succes = function(val) {  console.log(val);}prop.error = function () {}xmlhttp.onreadystatechange = function () {  if (xmlhttp.status === 200 && xmlhttp.readyState === 4) {    prop.succes(xmlhttp.responseText);  }}xmlhttp.open(prop.type, prop.url);xmlhttp.send();

The method for renaming a hundred degrees is also attached:

Many people temporarily give a name to the baixiaodu after activation, but want to change it later. So how can I change the name in a hundred degrees? The following small series will teach you how to change the nickname for a hundred small degrees.

First, log on to the Baidu account. If you have already adopted and activated the baixiaodu account, you can see the baixiaodu on the Baidu homepage and click TA.

If the homepage does not see a hundred small degrees, you can search for "hundred small degrees ".

You can click the first search result or click the "set" icon on the right.

The setting page will be displayed, and click the pencil icon next to its name to modify it.

After modification, click "save.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.