Skip to content
This repository was archived by the owner on Feb 14, 2021. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/wordpress-topics-op.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name WordPress.org Topics OP
// @namespace https://www.clorith.net
// @version 0.1.1
// @version 0.2.0
// @description Mark topic OP on their replies for easy recognition.
// @author Clorith
// @match https://wordpress.org/support/topic/*
Expand Down Expand Up @@ -32,6 +32,6 @@
return;
}

reply_username[0].innerHTML = reply_username[0].innerHTML + op_block;
reply_username[0].insertAdjacentHTML( 'afterend', op_block );
} );
})();