Joke Collection Website - Talk about mood - How to delete all spaces?

How to delete all spaces?

Currently, the official QQ space has not deleted all the functions of talking.

But there are other solutions with the same effect: changing the source code of the web page by searching; hiding previous comments.

Method 1: Change the web page source code by searching

1. Open the browser on your computer and log in to your QQ space.

2. Click on your talk column.

3. Press the F12 key on your computer or click the menu bar in the upper right corner and click Developer Tools.

4. Look at the right half of the screen, find a menu called Console, and click it.

5. Click the input field at the bottom and paste the code.

The code is

var delay = 1000;

function del() {

document.querySelector('.app_canvas_frame'). contentDocument.querySelector('.del_btn').click();

setTimeout("yes()", delay);

}

function yes( ) {

document.querySelector('.qz_dialog_layer_btn').click();

setTimeout("del()", delay);

}

del();

That’s it, but every time you delete a page, you have to manually refresh the web page and start it all over again. If a verification code appears, there’s nothing you can do about it. .

Method 2: Hide previous talks

Click the settings button in the upper right corner of QQ space.

Then there is the "Archive My Updates" menu in the left menu, click to open it.

3. Then click the Open button, and you can also select the dynamic date to be archived, and the content to be archived, whether it is a talk, a log, or a photo album.