Skip to content

Instantly share code, notes, and snippets.

View Sylphystia's full-sized avatar

Sylphystia Sylphystia

View GitHub Profile
@Sylphystia
Sylphystia / CommentsEditorDW.js
Last active October 23, 2025 12:26 — forked from yoksel/CommentsEditor.js
CommentsEditor backup from userscripts
// ==UserScript==
// @name Comments Editor (DW)
// @description HTML helper for comments on dreamwidth.org
// @match *://*.dreamwidth.org/*
// @require https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
// @grant GM_addStyle
// @version 1.1
// @downloadURL https://update.greasyfork.org/scripts/412691/Comments%20Editor%20%28DW%29.user.js
// @updateURL https://update.greasyfork.org/scripts/412691/Comments%20Editor%20%28DW%29.meta.js
// ==/UserScript==