Skip to content

Instantly share code, notes, and snippets.

@Swizzle4372
Swizzle4372 / userscript.js
Last active June 12, 2026 18:43 — forked from fanuch/userscript.js
Block Click to Edit on Jira Issue
// ==UserScript==
// @name Disable Jira Click Edit
// @namespace http://tampermonkey.net/
// @version 1.0
// @description Disable click-to-edit in Jira issue descriptions. Toggle with the lock/pencil button.
// @match https://*.atlassian.net/browse/*
// @match https://*.atlassian.net/jira/*
// @grant none
// ==/UserScript==