Thanks to visit codestin.com
Credit goes to github.com

Skip to content

DanielGekeler/editinplace

Repository files navigation

logo Edit In Place Web Extension

A browser extension that allows you to edit the content of any website.

Usage

Right-click on any text element of a website and click on "Edit here" in the context menu. The text can now be edited in place.

After making all the desired changes, click "Stop Editing" in the extensions menu. This will make all text elements read only again.

Enable "Design Mode" in the Extensions menu. This gives you total control to edit the page as you see fit.

Screenshots

context_menu context_menu

context_menu

How it works

The Edit here feature is implemented using the contenteditable attribute which is supported by all browsers since 2015.

The Design Mode feature is named after the document.designMode property. These are two distinct browser features. Their behavior varies between browsers.

License

Copyright 2025 Daniel Gekeler

Licensed under the Apache License, Version 2.0 (the you may not use this file except in compliance with the You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, distributed under the License is distributed on an "AS IS" WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express

See the License for the specific language governing limitations under the License.

About

A browser extension that allows you to edit the content of any website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published