From c042179d59ecb12c86060579f11113cc1b6816f9 Mon Sep 17 00:00:00 2001 From: wizzwizz4 <12433834+wizzwizz4@users.noreply.github.com> Date: Sat, 5 Oct 2019 23:49:33 +0100 Subject: [PATCH] Pronoun Assistant v1.4 Added Greasemonkey support. --- pronoun-assistant/pronoun-assistant.user.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pronoun-assistant/pronoun-assistant.user.js b/pronoun-assistant/pronoun-assistant.user.js index 242dde1..bb95f3d 100644 --- a/pronoun-assistant/pronoun-assistant.user.js +++ b/pronoun-assistant/pronoun-assistant.user.js @@ -4,15 +4,18 @@ // @description Displays users' pronouns (mentioned in their profiles) in chat // @author Glorfindel // @contributor ArtOfCode +// @contributor wizzwizz4 // @updateURL https://raw.githubusercontent.com/Glorfindel83/SE-Userscripts/master/pronoun-assistant/pronoun-assistant.user.js // @downloadURL https://raw.githubusercontent.com/Glorfindel83/SE-Userscripts/master/pronoun-assistant/pronoun-assistant.user.js // @supportURL https://stackapps.com/questions/8440/pronoun-assistant -// @version 1.3 +// @version 1.4 // @match *://chat.stackexchange.com/rooms/* // @match *://chat.stackoverflow.com/rooms/* // @match *://chat.meta.stackexchange.com/rooms/* // @grant GM_addStyle +// @require https://greasemonkey.github.io/gm4-polyfill/gm4-polyfill.js // @require https://gist.github.com/raw/2625891/waitForKeyElements.js +// @require https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js // ==/UserScript== /* global $, waitForKeyElements */