Skip to content

Instantly share code, notes, and snippets.

@zjffun
Created April 1, 2022 08:43
Show Gist options
  • Save zjffun/4d1eed25d17878c690afb386f11b2a37 to your computer and use it in GitHub Desktop.
Save zjffun/4d1eed25d17878c690afb386f11b2a37 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Set contentEditable
// @version 0.1
// @description Set contentEditable
// @match *://*/*
// @run-at context-menu
// ==/UserScript==
document.body.contentEditable = "true"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment