Greasy Fork is available in English.
Prevents click-to-edit in JIRA (matches JIRA Cloud URLs by default)
< 脚本 Click to Not Edit 的反馈
This seems to prevent clicks all over JIRA at the moment. I've fixed it by changing the if in the script to:
if
if (a.name=='data-test-id' && a.value=='issue.views.field.rich-text.description') {
This works, at least for now.
登录以发布留言。
This seems to prevent clicks all over JIRA at the moment. I've fixed it by changing the
ifin the script to:This works, at least for now.