We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cc2b36 commit a6b1ff7Copy full SHA for a6b1ff7
scripts/script.js
@@ -15,9 +15,6 @@ reader.readargs = {
15
backwards: true,
16
};
17
18
-reader.find(); //Find the chat box.
19
-reader.read(); //Get the initial read, to not report on initial load.
20
-
21
function showSelectedChat(chat) {
22
//Attempt to show a temporary rectangle around the chatbox. skip if overlay is not enabled.
23
try {
@@ -74,6 +71,7 @@ function readChatbox() {
74
71
);
75
72
if (comps != null && comps.length > -1) actions++;
76
73
for (var x in comps) {
+ console.log(chat)
77
count = Number(comps[x].match(/\d+/)); //1
78
mats = comps[x].match(/[^You receive \d]\w+( \w+)?/)[0]; //Junk
79
if (!mats.match(/parts|components|Junk/)) mats += "s";
0 commit comments