TL;DR

Before you share a webpage as a PDF, you often want to strip out things that shouldn't travel with it — a salary column, an account number, a coworker's name, a sticky chat widget, your personal sidebar. Remove Elements in Convert: Web to PDF lets you click any element to delete it from the page, with undo if you misclick, and then print a fresh PDF. Because the element is gone from the page before the PDF is generated, it's genuinely absent from the output — not covered by a black box you can peel off. Everything runs 100% locally; nothing is uploaded. One honest boundary: this is "declutter and hide before you share," not forensic or legal redaction of an existing sensitive PDF. If you already have a sensitive PDF that needs certified redaction, use a proper redaction tool for that.

The real scenario: you're about to share, and something shouldn't go out

You've got a page open — an internal report, a spreadsheet view, a dashboard, an account page — and you want to send a PDF of it to someone. But there's a piece on that page that shouldn't leave with it:

  • A salary or compensation column in an HR table you're sharing for a different reason
  • An account number or partial card number on a billing page
  • A coworker's name or personal note in a shared doc view
  • A sticky chat widget or support bubble parked over the content
  • Your personal sidebar — recent items, saved searches, notifications — that clutters the export and leaks what you've been doing

The lazy fix is to screenshot and scribble over it, or drop a black rectangle in an image editor. That's fragile: black boxes on top of live content can sometimes be removed, and screenshots kill your selectable text and links.

Remove Elements does something cleaner: it takes the element out of the page first, then prints. What's not in the page can't be in the PDF.

How Remove Elements works

You activate Remove Elements, hover over the page, and the extension highlights whatever you're pointing at. Click it and it's deleted from the page. Misclicked and took out the wrong thing? Undo brings it back. Repeat until the page shows exactly what you want to share, preview, then export a real PDF with selectable text and working links.

For the definitional "how do I remove ads / an element" walkthrough, see the FAQ on modes. This post is about using it deliberately to control what leaves your machine.

Why the removed thing is genuinely gone from the PDF

This is the part worth understanding. Remove Elements deletes the element from the page's live structure (the DOM) before the PDF is generated. The PDF is then printed fresh from the modified page through Chrome's print engine. So the removed content was never handed to the print engine — there's no hidden layer underneath, no text sitting behind a rectangle. In the output PDF, it simply isn't there.

That's a meaningfully better outcome than covering something with a shape, and it's why this is the right approach for a "clean before I share" workflow.

The honesty part: this is hide-before-share, not certified redaction

Let's draw the line clearly, because it matters:

  • What Remove Elements is for: decluttering and removing content from a live webpage before you export a brand-new PDF of it. The removed element doesn't appear in that new PDF.
  • What it is not: a forensic or legally-authoritative redaction of an existing sensitive document. It doesn't produce a notarized or certified file, and it's not the tool for scrubbing an original PDF that's already under a compliance obligation.

If you're handling a document with regulatory or legal redaction requirements — a court filing, a records request, a contract with protected data in an existing PDF — use a dedicated redaction tool (Adobe Acrobat's redaction feature and similar are built for that, with certified removal and audit trails). Where a platform provides its own official document (a bank statement, a government form), get the authoritative copy from that platform. Remove Elements is for the everyday "I'm about to share this page, take that column out first" case — and it's excellent at that.

Remove Elements vs. the alternatives

ApproachIs the content truly gone?Text stays selectable?Runs locally?Right for legal/forensic redaction?
Remove Elements (Convert: Web to PDF)Yes — deleted from page before printYesYes — nothing uploadedNo — it's declutter/hide before share
Black box in an image editorSometimes — a layer can be removableNo — it's now an imageDepends on toolNo
Screenshot then cropOnly what you cropped outNo — flattened imageDependsNo
Browser dev-tools "delete node" then Ctrl+PYes, but fiddly and no undo flowYesYesNo
Adobe Acrobat redactionYes — certified removalN/A (working on a PDF)Local appYes — this is its purpose
Server PDF tools (Smallpdf, iLovePDF)You upload the file to their serversVariesNo — uploadedNo

Two rows deserve a callout. Server tools like Smallpdf and iLovePDF require uploading your file — the opposite of what you want when the whole point is that something on the page is sensitive; see why a PDF converter shouldn't upload your files. And Acrobat's redaction is the correct tool when you genuinely need certified redaction of an existing PDF — a different job from cleaning a live page.

Walkthroughs

Remove a salary column before sharing an HR table

You need to share a team roster table, but the compensation column shouldn't go to this audience. Open the page, activate Remove Elements, click the salary column (or the cells that make it up), confirm it's gone in the preview, and export. The shared PDF has the roster without the pay data — and the rest of the table's text stays selectable. If the table is wide and now clips on the right after you've cleaned it, adjust paper size and orientation per Fit a wide table or dashboard on one PDF page.

Strip an account number off a billing page for a support ticket

You're sending a support agent a PDF of an error on your billing page, but you'd rather not include the full account number sitting at the top. Remove that element, keep the error message and order details, export. Because it all runs locally on the page you're already logged into, you never upload your billing page anywhere — see Save webpages behind logins as PDF. For anything you need as an authoritative record, though, download the official statement or invoice the platform provides.

Kill the sticky chat widget and personal sidebar

Support bubbles, cookie banners, and your logged-in sidebar (notifications, recent activity) clutter almost every export and quietly reveal your own activity. Click each one away with Remove Elements before printing, and the PDF is just the content — no floating widget parked over paragraph three, no sidebar exposing what you searched last week. This overlaps with cleaning a page down to its article; if you want the reader-view version instead, see Save an article as a clean PDF — just remember to use default mode for code-heavy pages, since Article Mode's Readability engine can drop <pre> blocks.

Declutter an analytics view before it goes in a report

Not everything you remove is a secret — sometimes it's just noise that would confuse the recipient. An analytics page might carry a date-range picker, a "share this report" toolbar, an export-format dropdown, and a promotional banner for a plan upgrade. None of that belongs in the PDF you're pasting into a monthly report. Click each away with Remove Elements and export a clean view that shows the numbers and nothing else. The reader sees data, not your product's UI chrome.

Trim a long thread down to the relevant messages

Shared threads — a comment chain, a ticket history, a discussion — often contain a lot you don't need to forward, plus the occasional line you'd rather not include. Remove the off-topic replies and any sensitive aside, keep the messages that matter, and export a focused PDF. It reads as a tidy record instead of a 30-message dump where the important part is somewhere in the middle. Because you're printing a real PDF, the remaining messages keep their selectable text and any links stay clickable.

Pair it with the other cleanup tools

Remove Elements is one of several ways to control what ends up in your PDF, and they combine well:

  • Want only one element and nothing around it? That's Capture Element — see Save one section of a webpage as PDF. Remove Elements subtracts pieces; Capture Element isolates one.
  • Want the clean article text with the furniture already stripped? That's Article Mode — reader view in one click. Just use default mode for code-heavy pages, since Readability can drop <pre> blocks.
  • Need to strip a few sensitive columns and control how the remaining wide table fits? Do the removal here, then set paper size and orientation per Fit a wide table or dashboard on one PDF page.

The common thread: you decide exactly what the PDF contains before it's printed, and you can see the result in the preview before you commit.

Everything stays on your device

The privacy story here is simple and it's the reason this workflow works at all: Remove Elements runs 100% locally. The page is modified in your own browser, the PDF is printed by Chrome's engine on your machine, and nothing — not the original page, not the cleaned version — is uploaded to any server. That's the opposite of upload-based tools, and it's exactly what you want when the reason you're editing the page is that part of it is sensitive.

Frequently asked questions

If I remove an element, is it actually gone from the PDF or just hidden?

It's genuinely gone from that PDF. The element is deleted from the page before the PDF is generated, and the PDF is printed fresh from the modified page — so the removed content was never handed to the print engine. There's no hidden layer underneath it in the output.

Is this a substitute for proper redaction of a sensitive document?

No. This is for decluttering and hiding content on a live webpage before you export a new PDF of it. It's not certified or forensic redaction of an existing sensitive PDF, and it produces no legally-authoritative document. For court filings, records requests, or existing PDFs under a compliance obligation, use a dedicated redaction tool such as Adobe Acrobat's redaction feature.

What if I remove the wrong thing?

There's an undo. If you misclick and delete the wrong element, undo restores it, and you can keep going until the page shows exactly what you want to share.

Does the page or my removed data get uploaded anywhere?

No. Everything runs locally in your browser. The page is modified on your device and the PDF is printed on your device — nothing is uploaded, which is precisely what you want when part of the page is sensitive.

Can I use this on a page behind a login?

Yes. It works on pages you're logged into using your existing session, all locally. For authoritative copies of official documents, though, download them from the platform itself rather than exporting the page.

Does removing elements ruin the layout or make text unselectable?

No. Because you're printing a real PDF through Chrome's engine (not flattening to an image), the remaining text stays selectable and links stay clickable. Removing an element simply reflows the page as it would if the element weren't there.

Which browsers support this?

Any Chromium browser — Chrome, Edge, Brave, Arc, Opera, Vivaldi. Not Firefox or Safari.

Bottom line

When you're about to share a page as a PDF and something on it shouldn't travel with it, Remove Elements in Convert: Web to PDF lets you click it away — salary column, account number, chat widget, personal sidebar — with undo if you miss, and then print a clean PDF where the removed content is genuinely absent. It all stays local; nothing is uploaded. Just keep the boundary in mind: this is declutter-and-hide-before-you-share, not certified redaction of an existing sensitive file. For the everyday case, it's exactly the right tool.