Computers Windows Internet

Quickly delete records from the contact wall. How to delete all posts on the VKontakte wall? Two simple instructions. Application for cleaning the wall in VK - VkOpt

Posts on the wall of a personal profile in social network Vkontakte, individually or all at once, may at some point in time dislike the user. And, of course, he will want to get rid of them (remove photos, audio, video, etc.). However, how long will it take for him to "clean up"?

If there are 5-10 notes in the tape, then no more than a minute, but if 300, 500, 1000 - then ... It turns out the same - just as quickly! But provided that the account owner knows how to clear the Vkontakte wall with special by software... All existing and, most importantly, safe ways deletion.

Standard social network function

In order to selectively remove posts on the wall (in a small amount) of VKontakte, it is absolutely not necessary to use specialized cleaning tools. It will be enough to work with the mouse a little (without programs from third-party manufacturers):

1. In the feed, in the news block that you want to delete, move the cursor to the upper right corner.

2. A cross icon will appear. Click on it to remove the entry from VKontakte.

VkOpt addon

The multifunctional VkOpt extension, which increases the comfort of using the VKontakte website, is supported by all popular Internet browsers ( Google chrome, Firefox, Opera). Allows you to instantly clean the entire wall at once.

Installation instructions

(for Google Chrome)
1. Click on the "three stripes" icon on the right side of the browser pane.

2. In the menu that opens, select the "Settings" item.

3. Go to the "Extensions" section (left-click on its name).

4. At the bottom of the list of installed add-ons, click on the "More extensions" link.

5. In a new tab, on the Chrome web store page, in the "Search" field, type - Vkopt. Press Enter.

6. In the search results, in the add-on block (it is the first in the list!), Click on the "Install" button.

You can also install the extension to the browser directly on the developer's official website:

1. Open the site - vkopt.net.

2. On home page click "Download Page".

3. Scroll down the download web page slightly. Then click on the "Install" button (it shows the Google Chrome logo).

Removal procedure

1. Log into your account on the VKontakte website.

2. At the first start VkOpt will offer to select the interface language. Select the appropriate option from the tiled menu.

3. In the profile menu (to the left of the avatar), click the "Wall" section.

4. On new page, in the top panel, open the "Actions" drop-down menu by clicking the mouse.

5. Select the "Clear Wall" function. After activating it, the entries will completely disappear.

Scripts

Special scripts that allow you to quickly remove the wall, are integrated into the code of your personal VKontakte page different methods.

Important! Regardless of the implementation method used, use scripts exclusively from developers you can trust. Otherwise, your account may be hacked.

Method # 1: manual installation

(only for Google Chrome)
1. Login to VK.

2. On the open profile tab, press the F12 key. Or, in the browser menu, open: Additional Tools → Developer Tools.

3. An additional panel will open on the left side of the page. In its horizontal menu, click the - "icon (located near the" Profiles "section).

4. From the drop-down menu, click "Console".

5. In the last line of the list of items, after the ">" sign, paste this code:

for (var i = 1; i

(copy - "CTRL + C"; paste - "CTRL + V")

Note. If there are more than 530 posts on the wall, set “i

6. To remove all entries from the wall, activate the code by pressing the "Enter" key.

Method # 2: using addons

(solutions for Firefox)

Note. The instructions for Firebug and Greasemonkey do not include custom scripts, since they quickly lose their relevance (that is, they lose their performance) due to the fact that developers are constantly modernizing the design and functionality of VK. New solutions (scripts) can be found on specialized forums and social network communities.

Firebug

1. Download and install the extension (addons.mozilla.org/ru/firefox/addon/firebug/).

2. Click the "bug" icon on the top bar of your browser. The addon menu will open at the bottom of the window.

3. Click the mouse to activate the "Console" tab.

4. Paste the script into the right block.

5. Click on the "Run" function.

Note. This option also allows you to clear the wall in the social group as well.

Greasemonkey

1. Install the extension from the page - addons.mozilla.org/en/firefox/addon/greasemonkey/.

2. Open the addon menu: Tools → Greasemonkey.

3. Click on the "Create Script ..." option. Enter the script code in the panel that opens. Or drag the script file to the Firefox window and confirm its installation.

Quickly clean your VKontakte wall!

Sometimes we have to delete posts from the wall of VKontakte groups. There can be many reasons for this: inaccurate information, publication violates the rules of a social network, etc. About,how to delete entries in a VK group, read the article... Of course, it is better not to break all the known rules, so that later

One example of why the public had to delete posts is the movie news community.

At that time, the group https://vk.com/public123915905 had more

They can not only add records, but also delete them.

Every day, 40-45 posts were posted on the site, 5 of which were of an advertising nature, including with links to third-party resources.

It is for this reason that the VKontakte administration has applied sanctions to the public by blocking the possibility of posting links in the community. The blocking period was 2 months.

This was a big blow for the owners of the group, as it meant that now they can not post the same number of advertising posts as they had before. To clarify the situation, they turned to the VK administration with the question of what needs to be done in such a situation and how to solve the problem.

The answer from the admins was extremely simple - remove all publications containing links to third-party resources, which will increase the likelihood that the possibility of posting new links will appear earlier.

After the public wall was cleared of posts with links, after 2 weeks the block was lifted. In order to avoid such sanctions in the future and not violate the VK rules, community admins do not publish more than 5 such advertising posts per week.

Deleting VKontakte entries by hand, script and application

Now let's take a closer look at how to delete one or more entries in a VK group.

To do this, go to your community and select the entry you want to delete. In the upper right corner of the post, click on the three dots icon.

From the Record Management menu, select Delete Record.

This way you can delete any number of

To delete one or more publications from mobile devices necessary:

  1. Go to mobile version"VKontakte" and open your own public.
  2. Select the post you want.
  3. Click on the records management menu.
  4. Select the "Delete" item.

But what if you need to clean an entire wall? To do this, you need to consider all the ways of how to delete all entries in the VK group. One of the simplest and effective ways is to use a simple script

We go into the group and flip through the wall a little. After that we press right click mouse on any area of ​​the page and select "View Code".

In the code editing menu that opens in the browser, go to the Console tab.

After all the entries in the area with the code, enter the following script:

(function () (‘use strict’; if (! confirm (‘ DeleteAllRecordsWalls ? ’)) Return; vardeletePostLink = document.body.querySelectorAll (‘a.ui_actions_menu_item’); for (vari = 0; i

You get the following picture:

Press "Enter" to activate the script. A confirmation window will pop up in the browser.

Click on "OK".

To delete all records, you need to scroll through the wall until 5-10 records appear and use this script again, since it does not clear the entire wall at once.

Alternative to this script are programs that allow you to clean the wall from all records.

VKbot - wall cleaning app

Install the utility on your computer and run it. Log in from your VK page. The main thing is that you are the administrator of the community in which you are going to delete posts from the wall.

In the main menu of the program, open the "Profile" section and go to the "Cleaning" menu.

Select "Clear Wall".

After that, the program will prompt you to make a choice of the one whose records should be deleted.

Check the boxes you want and click the "Let's go" button.

This completes the process of clearing the wall from all records.

Removing entries from mobile devices

If you use an Android device, then you need to download an application from PlayMarket called "VK Wall Cleaning" from the developer LeEnot.

On average, this application deletes about 4000 posts in 13 seconds.

If you are using an iOS device, then in this case you will need an application called "Washing for VK". You can download it in iTunes absolutely free.

So, using these applications for smartphones, you can easily clear the wall of your group on VKontakte without any problems.

Potential Problems When Deleting Records

When deleting posts from a VK group, you may encounter a number of difficulties. To avoid them, you need to consider in more detail all possible problems.

Removing the wrong post. It often happens that users accidentally delete a post that is not the one they planned. The solution to this problem is extremely simple. After you clicked on the delete button and realized that you made a mistake, do not refresh the browser page and do not go to other sections of the social network.

Click on the "Recover" button that appeared in the place of the previously deleted message.

Also, try to keep backups of your content on your PC or any of the cloud storages. In this case, if you accidentally deleted the wrong post, you can always post it again.

The script for cleaning the wall does not work. Sometimes it happens that after the introduction of a script to completely clear the wall in the browser console, nothing happens or various errors appear.

As a solution to this problem, try restarting your browser. If, after restarting, the script still does not work, then try doing the same steps in another browser. Very often similar problems occur in Opera. Therefore, it is recommended to use GoogleChrome or MozillaFirefox to perform such actions.

Outcome

The methods described above will allow you to delete one or several posts at once from the wall of the VKontakte group. All methods are completely free and are

Your wall is a place where you can post any information - photos (see), videos (see), comments and posts. Materials are also duplicated here if you add them directly to the desired section.

Over time, a fairly large number of necessary, and not very, posts accumulates on the wall. This is especially acute among users who have opened access to publish materials to friends, subscribers and any users.

How to delete all posts from the VKontakte wall to clear all the trash at once? There is a way, and now I will show you it.

Delete records individually

If there are very few materials, then you can simply delete them one by one.

We go to our page. Hover the mouse over the record, and click the button that appears, in the form of a cross.

Do this with the rest. If there are a lot of them, then proceed to the second step.

How to delete all posts from the VKontakte wall

To do this, you have to feel like a hacker. We'll even execute the script in the browser. Scared?

There is nothing wrong. Just copy this code:

Javascript ***: var h = document.getElementsByClassName ("post_actions"); var i = 0; function del_wall () (var fn_str = h [i] .getElementsByTagName ("div"). Onclick.toString (); var fn_arr_1 = fn_str.split ("("); var fn_arr_2 = fn_arr_1.split (";"); eval (fn_arr_2); if (i == h.length) (clearInterval (int_id)) else (i ++)); var int_id = setInterval (del_wall, 500);

After that, put the cursor in the address bar of the browser, and delete what is written there.

Now let's paste in our code. Now remove the three asterisks that are written after "javascript". If you don't, nothing will work. After that, press "Enter".

The deletion of your VKontakte entries will immediately begin. You can see it - just pay attention to the wall.

In order to interrupt this process, you just need to refresh the page. You need to press "F5" on your keyboard, or a special button in your browser.

How to delete all records before a specific date

To do this, go to the expanded view of the wall - click on the title.

The developers of VKontakte did not introduce buttons or something like that, to completely clean the wall, and even more, they oppose the use of such a method, arguing that an attacker who took possession of the page should not delete all important information in one fell swoop. In practice, deleting records one by one causes significant discomfort, especially if there are many.

A situation is created when there is no official method, but there is a need, against the background of this the question arises of how to quickly clear the wall in VK. Of course, our masters have found a solution for such a situation, and there are several of them. All methods boil down to two main actions: using a special script or application. We will consider such moments, giving the working methods for today.

Before you completely clean the wall in VK, it is better to make sure that you have access to the page and the associated mail and phone. This is necessary to be completely sure that you retain control of the page, since such a deletion may attract unnecessary attention, in fact it is unlikely, but still.

How to clean a wall in VK using a script?

Some of the methods that worked before in the old design are now a thing of the past. However, new and effective options for deleting records have come. Let's consider a few code examples, suddenly some will not work after a while:

  1. Open VK in Chrome, Opera or Mozilla;
  2. Before you clear the wall in a new VK, you need to scroll the page to the very beginning, otherwise the code will not completely remove the elements. The best option to do this is either by pressing the End button, or at the top of the page, press the wheel on an empty space, then move the mouse cursor down and as the distance from the click increases, the scrolling speed will increase;
  3. On the free space, right-click and select "View element code", this is the last item, and it may have a different name depending on the browser;
  4. In the new panel, click on the "Console" tab;
  5. Insert one of the scripts into the active field:
  • var z = document.getElementsByClassName ("post_actions"); var i = 0; function del_wall () (var fn_str = z [i] .getElementsByTagName ("div"). onclick.toString (); var fn_arr_1 = fn_str.split ( "("); Var fn_arr_2 = fn_arr_1.split (";"); eval (fn_arr_2); if (i == z.length) (clearInterval (int_id)) else (i ++)); var int_id = setInterval (del_wall, 1000);

  • for (var i = 1; i<530;i++){document.getElementsByClassName(‘post_delete_button fl_r’)[i].onclick();} – где 530, является число записей на странице.

You need to use one script of your choice and, if it does not work, add another. At the moment, the methods are operational, since VK is developing, then along with the redesign or the introduction of new functions, the working scripts will change.

How to clear an entire wall in VK at once using applications?

There are not so many programs in the Google Store that allow you to achieve the desired result, but they are. We do not consider dubious extensions from the outside, since in addition to the desired function, they can be stuffed with a lot of unnecessary or even harmful ones.

Application for cleaning the wall in VK - VkOpt

Let's talk in more detail about the tested programs. So, the program that removes entries from the VK wall, which has proven itself well, is called VkOpt. The extension, among other things, includes a complete wall cleaning function, for this:

  • Install the extension for the selected browser by finding it on the website https://vkopt.net;

  • Go to the VK page;
  • Now there is an additional active element "Actions". Click on it and select "Clear Wall".

How to clean the wall using VkBot app?

In a similar way, you can clean the wall using the VkBot application - this is a multifunctional program that allows you to perform many routine actions automatically, including the complete removal of the wall. To use this method you need:

  • Download the VkBot utility;
  • After starting in the window, enter your username and password, in this case, it is safe. The program has existed for a long time and has not been caught in any fraudulent activities;

  • Go to the "Profile" section;

  • Now select "Clean" and you will see "Clean Wall". The deletion takes a certain amount of time, which increases as the number of records grows.

After completing any of the methods described in the article, you will receive a completely clean VK wall, which in turn will help save precious traffic for downloading records.

The developers of Vkontakte took care of the users so that in case of hacking, the fraudster could not cause maximum damage to the page, but as often happens, this "concern" brought a lot of inconvenience to the owners of pages with a long history. As a result, you have to use crutches to perform the necessary actions, but despite this, such a possibility still exists.

If you still have questions on the topic "How to completely delete entries from the VK wall?", You can ask them in the comments

4 proven ways how to quickly clear the entire Vkontakte wall... Choose the one that suits you and start cleaning the wall of your favorite social media. Vkontakte network 2019.

How to quickly clear an entire wall VKontakte 2019

How to clear the wall from your phone VKontakte Android. Using the CleanerVK app on Android, complete cleaning of the VKontakte wall from your phone.

We enter our phone (or mail) and password from Vkontakte. Phone starts with +

After, click Allow

Go to item Cleaning - Wall - delete everything... We are waiting for 1-2 minutes. Ready!

Vkontakte wall completely cleared with CleanerVK mobile app for Android phone

WORKING METHOD 2016 - How to quickly clean the wall in a new VK (with a redesigned)

The way that the user suggested in the comments and which is working.
Step # 1. Scroll down the entire wall to the end (press spacebar or page down many, many times)
Step # 2. We insert this code into the Console (described below)

(function () ("use strict"; if (! confirm ("Delete all posts from the wall?")) return; var deletePostLink = document.body.querySelectorAll ("a.ui_actions_menu_item"); for (var i = 0; i< deletePostLink.length; i++) { deletePostLink[i].click(); } alert(deletePostLink.length + " posts deleted"); }());

Step # 3. Click OK, on ​​the proposal to delete the entries from the wall. Proffit!
All the records that you remove from the wall can be restored using the key Recover before page reload(do not go to another page when you restore the posts you need)

How to quickly clear an entire vk wall using a script. Method 1


So, for cleaning the wall without programs, etc. you will need the script below.
Copy this: (Click on the text, then right click- Copy)

for (var i = 1; i<530;i++){document.getElementsByClassName("post_delete_button fl_r")[i].onclick();}

Open Google Chrome and go to the console on the VK page (press the key combination Ctrl + Shift + I and search Console) in Google Chrome
After scrolling the wall to the first entry (to speed up the scrolling of the VK wall, hold down the spacebar), insert the script, and press Enter

Cleaning the VKontakte wall using the vkopt program. Method 2


Go to vkopt

Cleaning the VKontakte wall using the vkbot program. Method 3

First, we need to download the vkbot program.

Attention!

The program is not working now. It is not known when it will recover!

Since there are many scammers on the network who want to steal your passwords, etc. from your accounts, I give you a direct link to the official site. (The method is temporarily not available) and download the program


After downloading, run the program and enter your data from VKontakte (The program is well-known, it was discussed many times in the Hacker magazine)
We enter your data into the program and press the entrance

Now go to the profile - cleaning (deleting) - cleaning the wall - We can leave or delete your messages as well. Click Yes to leave your messages on the wall, or NO to completely remove the wall.

Attention:

If you want to leave several entries, open the page in contact, delete them. Now open the program and remove the entire wall. And again open the page and restore the messages that you need

Another easy way to remove a wall is to paste the code into the address bar.
jaKKKvascript: var h = document.getElementsByClassName ("post_actions"); var i = 0; function del_wall () (var fn_str = h [i] .getElementsByTagName ("div"). onclick.toString (); var fn_arr_1 = fn_str. split ("("); var fn_arr_2 = fn_arr_1.split (";"); eval (fn_arr_2); if (i == h.length) (clearInterval (int_id)) else (i ++)); var int_id = setInterval ( del_wall, 1000);

DELETE KKK after ja and press Enter. After that, the records will start to be deleted automatically.

You can also read other articles on the topic "Vkontakte"