The lets give [this person] a notification for [this thread] thread

MerryLou

unpalatable
Contributor
Crowd Pleaser
Sole Survivor
Joined
Jan 12, 2016
Messages
11,259
Reaction score
20,514
Points
1,688
Gender
Female
Jaded @Jaded please marsh-mellow out. Thanks.

If this isn't funny please call the joke police at 1-800-SHA-DDAP.
 
  • Like
Reactions: Kerek and Jaded

Kadauchi

Well-Known Member
Master Pleaser
Crowd Pleaser
Joined
Jan 12, 2016
Messages
7,098
Reaction score
21,951
Points
1,263
kryss @kryssyy
Here is a script that will post here too.
Code:
// ==UserScript==
// @name         @kryssyy Spam
// @namespace    https://gist.github.com/Kadauchi
// @version      1.0.0
// @description  blank
// @author       Kadauchi
// @icon         http://i.imgur.com/oGRQwPN.png
// @include      http://www.mturkcrowd.com/threads/kryssy-tag-thread.2005/
// @grant        GM_log
// @require      https://code.jquery.com/jquery-3.1.1.min.js
// ==/UserScript==

setInterval( () => {
  $.post(`http://www.mturkcrowd.com/threads/kryssy-tag-thread.2005/add-reply`, {
    message_html: `<p>@kryssyy :wave:</p>`,
    _xfToken: $(`input[name="_xfToken"]`).eq(0).val()
  });
}, 60000);
 
  • Like
Reactions: Kerek