Are you dealing with many Google Document suggestions in your work? Weโve got your back!
In this post, weโll show you how to accept all changes in Google Docs using two easy methods. It’s time to stop wasting your time and effort by accepting each suggestion one by one. Simply read and follow the methods below to improve your efficiency.
Table of Contents
How to Accept All Changes in Google Docs Using the โReview Suggested Editsโ Feature
Usually, you can only see the check and cross marks on the suggestion cards in Google Docs when reviewing edits. Imagine the tiring work youโll do if you click them one by one as you read your document.
But did you know that Google Docs has a built-in feature that allows you to accept all suggestions at once? This is called โReview suggested edits,โ and itโs honestly annoying that Google didnโt place it somewhere thatโs more convenient and easier to see.
To accept all changes in Google Docs using the โReview Suggested Editsโย feature, follow these steps:
- Go to https://docs.google.com/ย and open your document.
- Bring your cursor to the menu bar, then click on โToolsโ > โReview suggested edits.โ
- You can also use keyboard shortcuts to show your document suggestions:
- Press the keys โCtrlโ + โAltโ + โO.โ
- Release the โOโ key.
- Without releasing the โCtrlโ and โAltโ keys, press โU.โ
- Ensure that you didnโt select any document suggestion (or comment) found on the right side of your screen. (Refer to the comparison below.)
- Hit the โAccept Allโ button on the panel at the top-right of your screen.
- If youโve selected a particular suggestion (the suggestion card on the right is enlarged), click on the drop-down button beside โAccept.โ
- Click on โAcceptย All (number).โ
The โPreview Suggestionsโ Feature
Before clicking that โAccept Allโ button, reviewing the suggested edits in your documents still matters. What if someone deleted important information or added inaccurate details to your file? Google Docs offers a handy feature for that: โPreview suggestions.โ
To access the โPreview Suggestionsโย feature, simply follow the steps below:
- On your Google document, go to โToolsโ > โReview suggested edits.โ
- Click on the โShow suggested editsโ drop-down list.
- Select from โPreview โAccept allโโ or โPreview โReject allโ options.
The steps above would generate a modified preview of your work โ one with the changes already applied (or not, if rejected).ย What an easy way to revise your documents, right?
Related:ย How to Track Changes in Google Docs [Step-by-Step Guide]
How to Accept Suggestions in Google Docs Using a Third-Party Script
The previous method isnโt as intuitive as it could be. You still have to click at least three or four times to accept all suggestions in Google Docs. But you can reduce that to one click by using a third-party script you can set up on your computer.
Before discussing how to do it, here are some things you should know:
- This script isnโt made by Google.ย Based on our first-hand experience, the script is safe to use as it doesnโt require any access permissions related to your account. But with Google releasing updates from time to time, the script might not be compatible with future versions of Docs.
- This script mainly works on Chrome. After putting it to the test, we concluded that the script is most compatible with Google Chrome. Here, you can type a URL manually to create a bookmark โ a required step in this method. If you know of other browsers that let you do the same, you can also use that one.
- You need to enable your bookmarks bar. When you create a script, you must also click the bookmark to enable the bookmark bar. Weโll discuss the steps to activate it below.
Step 1: Enable Your Bookmarks Bar
To display the bookmarks bar on Google Chrome, follow these steps:
- Launch the Google Chrome app on your computer.
- Click on the vertical three-dot icon at the top-right of your screen.
- Hover your mouse over โBookmarks,โ then select โShow bookmarks barโ on the drop-down menu.
- Alternatively, you can quickly display it by pressing โCtrlโ + โShiftโ + โBโ (or โCommandโ + โShiftโ + โBโ) on your keyboard.
Step 2: Prepare the Script
- To get started, copy the script provided below:
javascript:(function(){ var d=document.getElementsByClassName("docos-accept-suggestion"); d = Array.prototype.slice.call(d); d.forEach(function(n){ var e = document.createEvent("MouseEvents"); e.initEvent("click", true, false); n.dispatchEvent(e,true); e = document.createEvent("MouseEvents"); e.initEvent("mousedown", true, false); n.dispatchEvent(e,true); e = document.createEvent("MouseEvents"); e.initEvent("mouseup", true, false); n.dispatchEvent(e,true); }); })();
- Right-click on your bookmarks bar, then click โAdd pageโ in the appearing context menu.
- Paste the script into the URL field.
- Enter a bookmark title in the Name field.
- Click on the โSaveโ button to finish.
Step 3: Accept Suggestions in Google Docs
After setting all that up, hereโs how to accept changes in Google Docs in bulk:
- Open your document at https://docs.google.com/.
- Bring your cursor to the Chrome bookmarks bar, then click on the bookmark you just created.
Frequently Asked Questions
Can You Accept All Changes at Once in Google Docs?
Yes, you can. Simply go to Google Docs and open your document. Next, click on โToolsโ > โReview suggested editsโ on the menu bar. Hit the โAccept Allโ button on the top-right corner of your screen. By then, the existing suggestions in your document should have been accepted.
How Do I Accept All Changes in Google Docs Mobile?
As of this writing, you cannot accept all changes at once in the Google Docs mobile app. Instead, you must resolve every comment and suggestion individually.
Final Thoughts
Accepting all changes in Google Docs is a straightforward process that can be completed in just a few clicks. Whether you’re working on a group project or simply reviewing your own work, learning how to accept all changes in Google Docs can save you time and effort while improving the overall quality of your documents.
So, give it a try and see how it can enhance your productivity and collaboration in the future!
Are you searching for helpful templates to make your projects easier? Check out our premium templatesย today and purchase them at half the price using the code โSSP.โ
Related:
- How to Share Google Docs [Quick Step-by-Step Guide]
- How to Highlight in Google Docs [Step-by-Step Guide]
- How to Do Subscript in Google Docs [Easy Steps]
- How To Hide Comments in Google Docs [Step-by-Step Guide]
- How To Add a Comment in Google Docs [Easy Guide]
- How To Do Script Format in Google Docs [Easy Guide]