Title: Tooltester Clean Paste for Google Docs
Author: tooltester
Published: <strong>28 Aprile 2026</strong>
Last modified: 28 Aprile 2026

---

Ricerca i plugin

![](https://ps.w.org/tooltester-clean-paste-for-google-docs/assets/banner-772x250.
png?rev=3517132)

![](https://ps.w.org/tooltester-clean-paste-for-google-docs/assets/icon-256x256.
png?rev=3517128)

# Tooltester Clean Paste for Google Docs

 Di [tooltester](https://profiles.wordpress.org/tooltester/)

[Scarica](https://downloads.wordpress.org/plugin/tooltester-clean-paste-for-google-docs.1.0.3.zip)

 * [Dettagli](https://it.wordpress.org/plugins/tooltester-clean-paste-for-google-docs/#description)
 * [Recensioni](https://it.wordpress.org/plugins/tooltester-clean-paste-for-google-docs/#reviews)
 *  [Installazione](https://it.wordpress.org/plugins/tooltester-clean-paste-for-google-docs/#installation)
 * [Sviluppo](https://it.wordpress.org/plugins/tooltester-clean-paste-for-google-docs/#developers)

 [Supporto](https://wordpress.org/support/plugin/tooltester-clean-paste-for-google-docs/)

## Descrizione

When you copy content from Google Docs and paste it into WordPress, you get messy
HTML like this:

    ```
    <span style="font-weight: 400;">Your perfectly normal text.</span>
    ```

And list items end up looking like this:

    ```
    <li style="font-weight: 400;" aria-level="1">A simple bullet point.</li>
    ```

None of this formatting does anything visible on your site. It just clutters your
markup and can cause issues with themes and page builders.

This plugin automatically strips that junk every time you save a post or page.

**What it cleans:**

 * `<span style="font-weight: 400;">` wrappers (keeps the text inside, removes the
   span)
 * `style="font-weight: 400;"` on list items
 * `aria-level` attributes on list items (Google Docs nesting markers that WordPress
   doesn’t need)

**What it does NOT touch:**

 * Bold, italic, links, headings, images, or any other meaningful formatting
 * Content inside `<code>` or `<pre>` blocks (safe for tutorial sites that show 
   HTML examples)
 * Custom fields, widgets, menus, or anything outside the post editor

No settings. No admin page. No JavaScript. Just one lightweight filter that runs
on save.

**Trademark notice:** This plugin is not affiliated with, endorsed by, or sponsored
by Google LLC. “Google Docs” is a trademark of Google LLC and is used here only 
to describe the source of the formatting this plugin cleans up.

## Installazione

 1. Upload the `tooltester-clean-paste-for-google-docs` folder to `/wp-content/plugins/`
 2. Activate the plugin through the Plugins menu in WordPress
 3. That’s it. Paste from Google Docs and save as usual.

## FAQ

### Does this clean up posts I already published?

It cleans content when you save. So if you open an older post and hit Update, it
will clean that post. It does not automatically batch-process existing posts.

### Will it break my formatting?

No. `font-weight: 400` means “normal weight,” which is the browser default. Removing
it changes nothing visually. The plugin only removes formatting that has zero visible
effect on your site.

### Does it work with the block editor (Gutenberg)?

Yes. The cleanup runs server-side on save, so it works with both the block editor
and the classic editor.

### Does it work with code blocks?

Yes. Content inside `<pre>` and `<code>` tags is left completely untouched. If you
write tutorials that include HTML examples, those examples are safe.

### Can I use this with other paste-cleanup plugins?

Yes. This plugin uses a standard WordPress filter and plays nicely with others.

## Recensioni

Non ci sono recensioni per questo plugin.

## Contributi e sviluppo

“Tooltester Clean Paste for Google Docs” è un software open source. Le persone che
hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

 *   [ tooltester ](https://profiles.wordpress.org/tooltester/)

[Traduci “Tooltester Clean Paste for Google Docs” nella tua lingua.](https://translate.wordpress.org/projects/wp-plugins/tooltester-clean-paste-for-google-docs)

### Ti interessa lo sviluppo?

[Esplora il codice](https://plugins.trac.wordpress.org/browser/tooltester-clean-paste-for-google-docs/)
segui il [repository SVN](https://plugins.svn.wordpress.org/tooltester-clean-paste-for-google-docs/),
segui il [log delle modifiche](https://plugins.trac.wordpress.org/log/tooltester-clean-paste-for-google-docs/)
tramite [RSS](https://plugins.trac.wordpress.org/log/tooltester-clean-paste-for-google-docs/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.3

 * Added a one-time, dismissible admin notice with a link to the Tooltester newsletter

#### 1.0.2

 * Moved trademark notice to the end of the description for better readability

#### 1.0.1

 * Added cleanup of `style="font-weight: 400;"` on list items
 * Added cleanup of `aria-level` attributes on list items
 * Protected `<pre>` and `<code>` blocks from being modified

#### 1.0.0

 * Initial release
 * Strips `<span style="font-weight: 400;">` wrappers from post content on save

## Meta

 *  Versione **1.0.3**
 *  Ultimo aggiornamento **1 settimana fa**
 *  Installazioni attive **Meno di 10**
 *  Versione WordPress ** 5.0 o superiore **
 *  Testato fino alla versione **6.9.4**
 *  Versione PHP ** 7.2 o superiore **
 *  Lingua
 * [English (US)](https://wordpress.org/plugins/tooltester-clean-paste-for-google-docs/)
 * Tag
 * [cleanup](https://it.wordpress.org/plugins/tags/cleanup/)[formatting](https://it.wordpress.org/plugins/tags/formatting/)
   [google docs](https://it.wordpress.org/plugins/tags/google-docs/)[paste](https://it.wordpress.org/plugins/tags/paste/)
 *  [Visualizzazione avanzata](https://it.wordpress.org/plugins/tooltester-clean-paste-for-google-docs/advanced/)

## Valutazioni

Non sono state ancora inviate recensioni.

[Your review](https://wordpress.org/support/plugin/tooltester-clean-paste-for-google-docs/reviews/#new-post)

[Vedi tutte le recensioni](https://wordpress.org/support/plugin/tooltester-clean-paste-for-google-docs/reviews/)

## Collaboratori

 *   [ tooltester ](https://profiles.wordpress.org/tooltester/)

## Supporto

Hai qualcosa da dire? Ti serve aiuto?

 [Chiedi nel forum di supporto](https://wordpress.org/support/plugin/tooltester-clean-paste-for-google-docs/)