Pronoun Assistant v1.4
Added Greasemonkey support.
This commit is contained in:
parent
e832a3ba8a
commit
c042179d59
1 changed files with 4 additions and 1 deletions
|
@ -4,15 +4,18 @@
|
||||||
// @description Displays users' pronouns (mentioned in their profiles) in chat
|
// @description Displays users' pronouns (mentioned in their profiles) in chat
|
||||||
// @author Glorfindel
|
// @author Glorfindel
|
||||||
// @contributor ArtOfCode
|
// @contributor ArtOfCode
|
||||||
|
// @contributor wizzwizz4
|
||||||
// @updateURL https://raw.githubusercontent.com/Glorfindel83/SE-Userscripts/master/pronoun-assistant/pronoun-assistant.user.js
|
// @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
|
// @downloadURL https://raw.githubusercontent.com/Glorfindel83/SE-Userscripts/master/pronoun-assistant/pronoun-assistant.user.js
|
||||||
// @supportURL https://stackapps.com/questions/8440/pronoun-assistant
|
// @supportURL https://stackapps.com/questions/8440/pronoun-assistant
|
||||||
// @version 1.3
|
// @version 1.4
|
||||||
// @match *://chat.stackexchange.com/rooms/*
|
// @match *://chat.stackexchange.com/rooms/*
|
||||||
// @match *://chat.stackoverflow.com/rooms/*
|
// @match *://chat.stackoverflow.com/rooms/*
|
||||||
// @match *://chat.meta.stackexchange.com/rooms/*
|
// @match *://chat.meta.stackexchange.com/rooms/*
|
||||||
// @grant GM_addStyle
|
// @grant GM_addStyle
|
||||||
|
// @require https://greasemonkey.github.io/gm4-polyfill/gm4-polyfill.js
|
||||||
// @require https://gist.github.com/raw/2625891/waitForKeyElements.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==
|
// ==/UserScript==
|
||||||
|
|
||||||
/* global $, waitForKeyElements */
|
/* global $, waitForKeyElements */
|
||||||
|
|
Loading…
Reference in a new issue