Script for deleting entries in a group. How to completely remove posts from a VK wall? Let's find out how to clear a VK page quickly without using fraudulent programs

Greetings!
This article will describe in detail how to clean a wall in VK quickly using a smartphone. We will look at a method by which you can literally delete all entries in no time, both from your VKontakte wall and from the wall of a public page (public page) or group in which you are an administrator.

Using these instructions, you can easily implement your plans.

How to delete all posts from a VK wall

If you have a smartphone on the Android operating system, then you can clean the wall in just a few clicks using a convenient application, which, in turn, must first be installed from Google Play.

After installing and launching the application, a window will be displayed in which you will need to give permission to access your profile on Vkontakte. This request will appear if the official VKontakte client is installed on your Android smartphone or tablet. If it is not there, then a window will be displayed in which you will need to enter the login and password for your page on the Vkontakte social network.

To clean the wall, press the button LAUNCH, which is located opposite the point Clear the wall of notes.

The process of cleaning the wall in your personal profile on VKontakte will begin. Upon completion, the wall in your personal profile on VK will be completely cleared of any entries.

Before starting the cleaning process, check to see if there are any important posts or posts that could be useful to you in the future. Because after cleaning, the entries will be deleted, and there will be no way to roll back changes, even if you write in .

How to delete all posts from the wall of a group or public VK

The application also allows you to quickly clear the wall of a group or public (in which you are an administrator) of all posts posted there.

To clean the wall of a group or public, go to the corresponding menu - COMMUNITY. The button to go to this menu is located at the bottom of the program window.

By opening this menu in the field located there under the name Enter the address of the public: enter the name or link to the group (public), and then click on the button LAUNCH, which is located opposite the point Clear the wall starting with old posts.

At the end of the process, all existing wall posts in the group or public will be permanently deleted.

Brief summary

Now you know how to quickly and easily delete all posts on your VKontakte wall without any difficulties. With the help of the application presented in the article, this task is completed with lightning speed and does not take up any time or effort. You can forget about the routine process of deleting each post individually on your personal wall on VKontakte, or on the wall of a group or public.

If you have any questions, you can ask them in the comments.

For several years, you have been scrolling through your favorite communities and reposting interesting posts from there. One day, when their number exceeded a thousand, I wanted to delete it all. You can't imagine a worse nightmare than removing each post one by one - you'll have to use something that does it automatically. And there are such ways.

Video - deleting all posts from the VK wall using a script

This is a piece of code that is entered into the address bar or console. It will remove posts currently downloaded on your computer. To remove entries, scroll to the end of the wall. If you can’t download all the posts at once, you can scroll through gradually.

The piece of code we need looks like this:

(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"); }());

Now do the following:

  1. Call the console. To do this in Google Chrome, Opera or Firefox, you need to hold down the Ctrl, Shift and C buttons ( Ctrl + Shift + J works too).
  2. Select the Console tab.
  3. Below, in the input field, paste the code and press Enter.

Cleaning the VK wall - method 1

After this, the posts will begin to be cleared. The only thing left to do next is wait. The time it takes to delete records depends on their number. There will be no posts in a few minutes.

There is a simpler option. You don't have to look for the console in it - the code is entered in the field at the top.

You need to enter this script there:

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)

The principle is the same as the previous script. Don't forget to wrap the wall all the way through.

Method 2: programs

There are many programs that make life easier on social media. networks: allow you to download music, remove unnecessary functionality and many other interesting things. Some of them may scrape the page. Let's look at how to work with programs using AutoVk as an example.

Third-party desktop programs always require login information. Enter them at your own risk. Often such programs do not collect passwords, but no one is immune from this.

Cleaning the wall VK method 2. Software method.

As soon as the "Clean Wall" button is pressed, the program will start working. When the work is completed, a notification will pop up.

Ways that don't work

Before the design change, the following programs were popular:

  • Computer program VKBot;
  • Browser extension VkOpt.

VKBot no longer functions, and many options in VkOpt stopped working immediately after major innovations in social media. networks. Now this extension is gradually returning old functions, but today it cannot delete posts from the wall.

Conclusion

Use automatic methods with caution: the VKontakte administration may take such manipulations with distrust and freeze the page. In this case, always remember your password and phone number.

People often have a question about how to delete all posts from a VKontakte wall. Almost everyone these days has their own page on some social network. This is not surprising, since the use of such networks helps to unite people, make new acquaintances, and constantly be in communication with someone at a distance.

There are also many opportunities in terms of multimedia, since there you can quickly learn about various news, watch films, videos, pictures. There is still the opportunity to share all this with other people. This is done through personal messages or simply by posting posts on a personal wall, where friends can see them by viewing the feed or visiting the page.

The latter is often a problem. Over time, a huge number of different entries and posts are collected on the user’s page, plus other users can leave such entries. Because of this, it becomes necessary to completely clean the wall.

We remove 1 piece at a time.

The whole problem is that the VK system itself cannot immediately delete all entries, since this is simply not provided for by the developers. And here the question arises, why not add such a necessary function for users and thereby significantly simplify their life.

The VKontakte administration itself explains this by saying that they wanted to make life more difficult for attackers who, having gained access to someone else’s page, could delete important information.

The only thing you can do without resorting to the following is to delete posts individually. To do this, you just need to go to your page, hover your mouse over the entry, a cross will appear in its upper right corner, just click on it, after which the entry will disappear and a deletion notification will appear on the screen.

This option is preferable if there are relatively few posts on the wall. But if there are several thousand or more of them, then this approach will require a lot of time and patience.

In total, there are 3 ways to remove all posts on the VKontakte wall:

  • standard (described above);
  • using scripts;
  • using add-ons.

Before cleaning, you need to be sure that you know the login information for your account, phone number and email address to which the page is linked.

This is necessary in case the VK administration notices the rapid deletion of information from your page and blocks it for security. If you have all the listed data, then unlocking it will not be difficult.

How to clean the wall of the VC?

Scripts are a kind of small programs made for a specific action (in this case, cleaning a wall). There are many of them, but let’s look at a proven and safe method.

In order to use the script, you need to go to your page, then erase the existing address in the address bar and copy the following there:

Java***script: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 this, remove the asterisks after the word “java”, simply press the “Enter” key, and all entries are immediately deleted.

Advanced method.

For Google Chrome and Opera browsers, you need to go to your page, right-click anywhere, select “View code” or “View element code”.

After this, a plate with many symbols and lines will open. There is no need to be afraid - we won’t need all this. You need to find the “Console” tab at the top of this sign and insert the above script at the very bottom.

An easier way is browser add-ons. One of the most used is vkOpt. This add-on also has other functions for more convenient use of VK and works on Google Chrome, Opera, Firefox.

To install it, you need to go to the add-on store, which is available in the listed browsers. For example, in Google Chrome you need to click on the icon with 3 horizontal stripes, hover over “More tools”, then click on “Extensions” and at the very bottom click on “More extensions”. Enter vkOpt into the search bar, find the desired add-on in the search results, click on “+Free” and confirm installation.

After installing the extension, re-enter the browser, enter your page, click on the number of posts on the wall. In the upper right corner, click on “Actions”, select “Clean wall” and wait for the process to complete. This method is simpler and more versatile to remove all notes from the wall, and allows you to complete the task quickly and efficiently without any outside manipulation.

So, there are many ways to clean the wall on the VKontakte social network, so everyone can choose the option they like best.

"VC"? This question interests millions of users of this social network around the world. After all, sometimes it is simply necessary - to immediately delete all the posts that have already become an eyesore. So, let's find out how to delete all posts from the VK wall.

What is a “wall” and what is the principle of its operation

This strange word on the social network “VKontakte” is usually used to refer to a part of a user’s page on which anyone or everyone with access can post posts, add entries, images, music and videos, as well as draw so-called graffiti. The wall has its own privacy settings. The user himself can determine who will see his posts, those of others and, most importantly, who can leave them (by default, even those who are not your friends have access to your wall). You can also completely disable the ability to leave information. The wall functions as follows: the latest posts are always shown at the very top, and the outdated ones are collapsed into a feed, that is, the lower the post, the older it is. There is a filter function for your own and other people's posts.

How to quickly clean a wall in VK?

If you need to get rid of all the information located in this part of the page, then you will have to work hard, since the site has not provided a special function to help you do this in two clicks. We are not talking about walls with five or six notes on them. So, to delete an entry, you need to point at it, namely at the upper right corner, and wait for a small cross to appear (analogous to closing windows on a personal computer). And then just press it. Done - post deleted. Prudent developers make it possible for unwary users to restore an entry if it was deleted accidentally. That is, immediately after clicking the cross, until the next page refresh, you will see an information message in the free space “Record deleted. Restore.” All other posts are deleted using the same principle.

If you are still puzzled by the question of how to quickly clean a wall in VK, then

We have to disappoint you - it won’t be possible to do this quickly, provided that you have accumulated a lot of records. You will have to get rid of unnecessary and outdated information step by step. Also, if you want to delete only your own posts, then the task is somewhat simplified - opposite the number indicating the number of posts, there is a link “To posts /username/”. By clicking on it, you will see all the posts you have posted. This will make it easier to remove them.

Beware, scammers! How to quickly clean a wall in VK?

You've probably seen many programs that allow you to delete all posts from a wall in one click. Do not download such applications, as these are spyware utilities that are used by attackers to extract the user’s password and login. Remember that the VKontakte website does not provide the ability to clean the entire wall at once.

Posts on the wall of a personal profile on the social network VKontakte, individually or all at once, may at some point become unpopular with the user. And, of course, he will want to get rid of them (remove photos, audio, video, etc.). However, how long will it take him to “clean up”?

If there are 5-10 notes in the feed, then no more than a minute, but if there are 300, 500, 1000, then... It turns out the same amount - just as quickly! But provided that the account owner knows how to clean the VKontakte wall using special software. All current and, most importantly, safe removal methods are presented to your attention.

Standard social network function

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

1. In the feed, in the block of news 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.

Addon VkOpt

The multifunctional extension VkOpt, 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 the three stripes icon on the right side of the browser panel.

2. In the menu that opens, select “Settings”.

3. Go to the “Extensions” section (left click on its name).

4. At the bottom of the list of installed addons, click on the “More extensions” link.

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

6. In the search results, in the addon block (it’s the first in the list!), click on the “Install” button.

You can also install the extension in the browser directly on the developer’s official website:

1. Open the website - vkopt.net.

2. On the main page, click "Download Page".

3. Scroll down the download web page a little. Then click on the “Install” button (it shows the Google Chrome logo).

Removal procedure

1. Log into your account on the VKontakte website.

2. When starting for the first time, VkOpt will prompt you to select the interface language. Select the appropriate option from the tiled menu.

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

4. On the new page, in the top panel, open the “Actions” drop-down menu with a mouse click.

5. Select the "Clean Wall" function. After activating it, the records will completely disappear.

Scripts

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

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

Method #1: Manual Installation

(Google Chrome only)
1. Log in 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 next to the “Profiles” section).

4. In the drop-down submenu, click “Console”.

5. In the last line of the list of elements, after the “>” icon, insert 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 the script loop condition to “i

6. To remove all posts from the wall, activate the code by pressing the “Enter” key.

Method No. 2: using addons

(solutions for Firefox)

Note. The instructions for Firebug and Greasemonkey do not include user scripts, since they quickly lose their relevance (that is, they lose their functionality) 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 the browser. The addon menu will open at the bottom of the window.

3. Click the mouse to activate the “Console” tab.

4. Insert the script into the right block.

5. Click the Run function.

Note. This option also allows you to clean the wall in a social group.

Greasemonkey

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

2. Open the addon menu: Tools → Greasemonkey.

3. Click the “Create script...” option. Enter the script code in the panel that opens. Or drag the script file into the Firefox window and confirm its installation.

Wishing you a quick cleaning of your VKontakte wall!