Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am elahd on github.
  • I am elahd (https://keybase.io/elahd) on keybase.
  • I have a public key ASCrPo6BR2moJZbCKKhaO_PuGhUjDqK5HrNkfGZ1_5KXrgo

To claim this, I am signing this object:

@elahd
elahd / confluence-numbered-headings.user.js
Last active April 10, 2024 03:28
Confluence Auto Numbered Headings (Tampermonkey UserScript)
// ==UserScript==
// @name Confluence Auto Numbered Headings
// @namespace https://gist.github.com/elahd/28f64feddd9ece56f4f0566d195d0cbd
// @version 0.7
// @description Adds numbered headings button to the page editor in Atlassian Confluence. Based on work by Markus Jenu at https://community.atlassian.com/t5/Confluence-questions/Is-it-possible-to-add-numbering-to-headings-in-Confluence/qaq-p/315517#M87046.
// @author Elahd Bar-Shai
// @match https://*.atlassian.net/wiki/spaces/*
// @match https://*.atlassian.net/wiki/spaces/*
// @require https://greasyfork.org/scripts/383527-wait-for-key-elements/code/Wait_for_key_elements.js?version=701631
// @grant none