-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathsearchhelper.user.js
633 lines (550 loc) · 31.2 KB
/
searchhelper.user.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
// ==UserScript==
// @name Neopets - Search Helper
// @version 1.0.27
// @namespace neopets
// @description Adds convenient search icons to many places
// @author diceroll123
// @match *://*.neopets.com/auctions.phtml*
// @match *://*.neopets.com/closet.phtml*
// @match *://*.neopets.com/dome/neopets.phtml*
// @match *://*.neopets.com/faerieland/darkfaerie.phtml*
// @match *://*.neopets.com/faerieland/employ/employment.phtml*
// @match *://*.neopets.com/faerieland/hiddentower938.phtml
// @match *://*.neopets.com/games/kadoatery/*
// @match *://*.neopets.com/games/kadoatery/index.phtml
// @match *://*.neopets.com/generalstore.phtml*
// @match *://*.neopets.com/genie.phtml*
// @match *://*.neopets.com/halloween/esophagor*.phtml*
// @match *://*.neopets.com/halloween/witchtower*.phtml*
// @match *://*.neopets.com/hospital.phtml
// @match *://*.neopets.com/inventory.phtml*
// @match *://*.neopets.com/island/*training.phtml?*type=status*
// @match *://*.neopets.com/island/kitchen*.phtml*
// @match *://*.neopets.com/island/tradingpost.phtml*
// @match *://*.neopets.com/market.phtml*
// @match *://*.neopets.com/market_your.phtml*
// @match *://*.neopets.com/medieval/earthfaerie.phtml*
// @match *://*.neopets.com/objects.phtml*
// @match *://*.neopets.com/pirates/academy.phtml?type=status*
// @match *://*.neopets.com/process_cash_object.phtml
// @match *://*.neopets.com/quests.phtml
// @match *://*.neopets.com/quickstock.phtml*
// @match *://*.neopets.com/safetydeposit.phtml*
// @match *://*.neopets.com/shops/wizard.phtml*
// @match *://*.neopets.com/space/coincidence.phtml
// @match *://*.neopets.com/winter/igloo2.phtml
// @match *://*.neopets.com/winter/snowfaerie*.phtml*
// @match *://*.neopets.com/questlog/
// @icon https://www.neopets.com/favicon.ico
// @grant none
// ==/UserScript==
const imgSize = 20; // for the search images
$(`<style type='text/css'>
.searchimg { cursor: pointer; height: ${imgSize}px !important; width: ${imgSize}px !important; border: none !important; border-radius: 0px !important;}
.search-helper { margin-top: 0; margin-bottom: 0; }
</style>`).appendTo("head");
jQuery.fn.exists = function () {
return this.length > 0;
};
// if the active pet dropdown image is there, we're in beta
const isBeta = $("[class^='nav-pet-menu-icon']").exists();
const linkmap = { // for urls and images for each search type
// if the image is not from images.neopets.com, base64 it
ssw: {
"img": "http://images.neopets.com/premium/shopwizard/ssw-icon.svg"
},
sw: {
"url": "https://www.neopets.com/shops/wizard.phtml?string=%s",
"img": "http://images.neopets.com/themes/h5/basic/images/shopwizard-icon.png"
},
tp: {
"url": "https://www.neopets.com/island/tradingpost.phtml?type=browse&criteria=item_exact&search_string=%s",
"img": "http://images.neopets.com/themes/h5/basic/images/tradingpost-icon.png"
},
au: {
"url": "https://www.neopets.com/genie.phtml?type=process_genie&criteria=exact&auctiongenie=%s",
"img": "http://images.neopets.com/themes/h5/basic/images/auction-icon.png"
},
sdb: {
"url": "https://www.neopets.com/safetydeposit.phtml?obj_name=%s&category=0",
"img": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAECklEQVRYhe1WS08jRxD+qj2PHQ8gbLB5SgaBQKDkyokDXPIbOOcX5RJFSi45RcovyCESIocoOawQSHhxQDwMEg/j4CEz4/FO90zlwIzXsMbrELTaw35SH2ZUVd/XVdVdDXzGZ3yKIKKPxwUAlmVNFAqFNcMwviwUChfZbPZ8b2/vLTP/PTg4eCuE8E9OTlgpxQDeAmgBYAB6EkcCiADESUzu4NASO5H8l8nitoCZmZmv19fXf3AcR0xNTcUDAwOy1WqBmZtE9I+U0t/Z2ckwc2wYhgOgngTIJiR+IirqEMAJ6SsANgADgALgE5F/c3PzZ7lc/lYTQmB6enpI3AOGYYhsNmtalgUAJoAcEWF2dhZhGMJ1Xei6DsMwwNy50f4QBAFM04RlWROVSuVHjYig67qdGjBze6WI4xhSSjSbTRQKBTSbTRSLRdi23ZWkG+I4xvX1NUzThFIKvu8PEVFWS0j1pxyFEDg6OsLW1haICBsbG1heXka5XEYURdD1J10fwPM85PN5LCwsYHt7G47jCACkJTsNezm7rotarYZMJgOlFEZHR5HP53F4eAjbtj9YCqUUTNPEysoKhBCpvQYgozEzWq2WSo9eFEXvBZBSPiBhZmQyGQwPD2NwcPCDAlJ/ImqXN5vNGpOTk5rGzFBKRUTUNngKhmHAMIwHQh73Szc8tmFmWJYlJicnNQ0AiOjJQjIz5ufnsbq6CiJCsVh8Vvd3gWDmjJZ85HsJyOVyKJVKcF0XQoiXIG8LSKMN9bLsTHUcx/+bOSl1JggCU+D+5tL6cSKirk36TBhRFL1KM9Azr8lJQRAEL0UOABkARkr85PgTQqBarWJzcxPlcrndgGlG/svqIkBPU99z/jqOg0ajAeDdPSGlhOd5iOO4r4tICIEoiqBp7WoLAFpfAjoDKaXQaDQwMTGBpaWlvt8OjUYDR0dHKJVKqQ8BoFRAz9bWNA1DQ0PI5XJoNBoYGRnB3Nxc33MAAEqlEqrVKvb39+G6bjsTGgAKw9BMd/L4mDEzSqUS1tbWwMw4PT2FlBKVSqVv8hREhHq9DsdxMD4+HgNQqQArbZRuAgYGBmBZFoiIdV2PPc9rF11KSVEUpd9xstLXkcL9oAuT7wwR2SMjI7bnebdhGNbTEnTtIiJCEAS4u7ur6rr+i+/7f4Rh6CYEDAC7u7u4uLgAEXHyX3WsEO9eSwr3T7McgGFmdqWU+10vICKCUgp3d3e1s7Ozn46Pj78/PT39y/O893qln2HUC10FuK7bvLy8/LVSqXxzfHz8++3trXw2Qz8CmJnDMIRSimu12ptarfbd69evfz4/P6+/xN3fCwSAbNv+amxs7IvFxcXg4ODgt6urqze+77/IzO0byYv4o3J+EvgX4yIhYBP/dWUAAAAASUVORK5CYII="
},
closet: {
"url": "https://www.neopets.com/closet.phtml?obj_name=%s",
"img": "http://images.neopets.com/items/ffu_illusen_armoire.gif"
},
jni: {
"url": "https://items.jellyneo.net/search/?name=%s&name_type=3",
"img": "data:image/png;base64,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"
},
battlepedia: {
"url": "https://battlepedia.jellyneo.net/index.php?search=%s",
"img": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAChklEQVQ4T5XRW0iTARQH8P83Vi7n2CUvm0hroW7aFK1t+nkBe1BYK7KHoCYZXpplPUTkQ0WQQg9FIURiZHRDs8wEK6QNibFhZagT3drmFadJlq3mnM55+cIvIqKmdZ4Pv/M/5xAhigO5LOaGWI975hkGXnzAfxbBSy84oi3Q3vP7/Qv91n6Tw+547PXOtMPeNvYvFoFYdUTJsaPDMTExHKlUitnZWej1+hm705n0/sll13oIsdqgKLyoL9Pp8qanp8FgMCAQCNDU1GQnNi4qDVcrfGshNMAnC05UVlXdYLFYcDqdEIlE8Hg8MJvN9cbaisPrApDtji8pLXWQJElQFAWXywU2m43x8XEMj46Uvbx28lYwhE5AV4I6XbNnb4P2kHab2+3G5OQknSIQCMzdrqlOwYhpcLUtTY7k8DBGoW9h5ZHRgq5fAIDoHF345kh+XVZWdr5EIoHNZgOXy4XF0tNn7m5WkP5uTrGasHFCIbz5HK1GC5X/G/AzzJa84zqpTFotl8tDV9OIxWI0NjY2cB0116+UL3XWGxAYmqBkpj6M/hWgofgcWUSUuE6pUmUxmUzExcWht+V8a1Hq2319I0CHldJ09KMtOPAjDhGmPFiVmJhQIRQKQySCuTenxKfJM7VwTXyhVJ1WTK0J5KSA551H6s4d0Q/ZYtKrkQ5EGgxWbs8gcbe9a6WYnhDsPRkJECu3E3VFauQ6xoCtIqDFBETwgKVl4NNXuLqGKEVQQJOOc8Ua4tI7OxY/ukF99sDhm6OeZsiJyig+kJkEXLhDnQ0K7EpGGmsTUe3zU/f9C2gOZWHZ2ItvJRqic382VK+t9CF16x3xjw0zpeDw+CifD2DqVQ8efAfoI/lhtfaY7AAAAABJRU5ErkJggg=="
},
dti: {
"img": "data:image/gif;base64,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"
}
};
// user has premium toolbar
let premium = false;
if (isBeta) {
premium = $("[class^='navsub-ssw-icon']").exists();
} else {
premium = $("#sswmenu .imgmenu").exists();
}
function combiner(item, url, image) {
url = url.replace("%s", item);
return `<a tabindex='-1' target='_blank' href='${url}'><img src='${image}' class='searchimg'></a>`;
}
function sswlink(item) {
// the only different one because it doesn't use a URL
return `<img item='${item}' class='ssw-helper searchimg' src='${linkmap.ssw.img}'>`;
}
function inURL(substr) {
return document.URL.includes(substr);
}
function cleanItem(item) {
return item.replaceAll("!", "%21")
.replaceAll("#", "%23")
.replaceAll("&", "%26")
.replaceAll("(", "%28")
.replaceAll(")", "%29")
.replaceAll("*", "%2A")
.replaceAll("+", "%2B")
.replaceAll(",", "%2C")
.replaceAll("/", "%2F")
.replaceAll(":", "%3A")
.replaceAll("?", "%3F")
.replaceAll(" ", "+");
}
// overall linker thing
function makelinks(item, extras) {
// extras is an object that can only have boolean of 'cash' and 'wearable' (for now) | and a string/int number 'itemid' (only needed for wearable being true)
let links = "";
item = $.trim(item);
if (typeof extras === "undefined") {
extras = {cash: false, wearable: false, tradeable: true};
}
if (typeof extras.tradeable === "undefined") {
extras.tradeable = true;
}
const sswurl = sswlink(item);
const name = cleanItem(item);
if (extras.cash === false && extras.tradeable === true) {
if (inURL("quests.phtml") === false) { // doesn't show either SW if you're on a quest
// SSW
if (premium) {
links += sswurl;
}
// Regular SW
links += combiner(name, linkmap.sw.url, linkmap.sw.img);
}
// TP
links += combiner(name, linkmap.tp.url, linkmap.tp.img);
// Auctions
links += combiner(name, linkmap.au.url, linkmap.au.img);
}
// SDB
if (inURL("safetydeposit") === false) {
links += combiner(name, linkmap.sdb.url, linkmap.sdb.img);
}
// Closet
if (extras.wearable && inURL("closet.phtml") === false) {
links += combiner(name, linkmap.closet.url, linkmap.closet.img);
}
// JN items
links += combiner(name, linkmap.jni.url, linkmap.jni.img);
// Battlepedia
if (inURL("dome")) {
links += combiner(name, linkmap.battlepedia.url, linkmap.battlepedia.img);
}
// DTI
if (extras.wearable) {
let link = "https://impress.openneo.net/items?q=%s";
if (extras.itemid !== -1 && typeof extras.itemid != "undefined") {
link = `https://impress.openneo.net/items/${extras.itemid}`;
}
links += combiner(name, link, linkmap.dti.img);
}
// Changed quests to use div, because p makes the text spill out of RE box
const element = inURL("quests.phtml") ? "div" : "p";
const helper = $(`<${element} class='search-helper'>${links}</${element}>`);
// TODO: remove when TP is converted (hopefully)
// because of how ugly this makes the TP, let's inline it
const needInline = inURL("/island/tradingpost.phtml") || inURL("/quickstock.phtml");
if (needInline) {
helper.css({
"display": "inline-block",
"margin-left": "4px"
});
}
return helper;
}
jQuery.fn.justtext = function () {
return $(this).clone().children().remove().end().text();
};
////////////////////////////////////////////////////////////////////////////////////////////////////////////
// I don't really approve of doing the code this way, but in an effort to save as few headaches as possible
// for the countless people who may use this, it's easier to just put beta & non-beta into one file.
// As pages are converted, they will be removed from the non-beta half of the following if-statement, as TNT
// mentioned in their end-of-flash update that beta pages will be the default when those pages are done.
// That said, the point of no return starts here. May Sloth have mercy on us.
if (isBeta) {
/*
Adds the search icons under things in:
Main Shops
Inventory
Kitchen Quest
Snow Faerie Quests
Illusen/Jhudora
*/
// Common functions go here
function hasSearchHelper(element) {
// this will be used in ajaxSuccess handlers, as to not flood the page after hot-reloads
return $(element).parent().find(".search-helper").length !== 0;
}
function genericQuest() {
// so far, we know this works on:
// Kitchen Quests
// Snow Faerie Quests
// due to inconsistencies in the ajax requests, we will attempt to do two different kinds of search helper adds
$(".item-img + .item-name").find("b").each(function (index, element) {
if (!hasSearchHelper(element)) {
$(element).after(makelinks($(element).text()));
}
});
$("img[src*='/items/'] + br + p > b").each(function (index, element) {
if (!hasSearchHelper(element)) {
$(element).after(makelinks($(element).text()));
}
});
}
// Main Shops
if (inURL("objects.phtml") || inURL("type=shop")) {
$(".item-img + .item-name").each(function (index, element) {
$(element).after(makelinks($(element).text()));
});
}
// Inventory
if (inURL("inventory")) {
// the inventory system is more flexible than it used to be, so we have to do this a little differently
$(document).ajaxSuccess(
function () {
$(".item-img + .item-name").each(function (index, element) {
// this will add more and more if you do things like SSW searching, so check first
if (!hasSearchHelper(element)) {
let extras = {
cash: document.getElementById("invDisplay").dataset.type === "nc",
wearable: $(element).parent().find(":contains('wearable')").length > 0,
tradeable: $(element).parent().find(":contains('(no trade)')").length === 0,
itemid: -1
};
$(element).after(makelinks($(element).text(), extras));
}
});
}
);
}
// Kitchen Quest
if (inURL("island/kitchen")) {
genericQuest();
$(document).ajaxSuccess(genericQuest);
}
// Snow Faerie
if (inURL("winter/snowfaerie")) {
genericQuest();
$(document).ajaxSuccess(genericQuest);
}
// Esophagor
if (inURL("halloween/esophagor")) {
genericQuest();
$(document).ajaxSuccess(genericQuest);
}
// Edna
if (inURL("halloween/witchtower")) {
genericQuest();
$(document).ajaxSuccess(genericQuest);
}
// Illusen & Jhudora
if ($(".faerie-img").exists()) {
let itemname = $(":contains('Where is my') > b").text();
$(":contains('Where is my')").parent().find("img[src*='/items/']").after(makelinks(itemname));
}
// Shop Wiz Auto-Exact
if (inURL("wizard.phtml?string=")) {
$("#criteria").val("exact");
}
// Hospital
if (inURL("/hospital.phtml")) {
$(".nh-disease-cure > span > b").each(function (k, v) {
$(v).parent().after(makelinks($(v).text()));
});
}
// Quest Log Daily Rewards
if (inURL("/questlog")) {
// I know this doesn't work when navigating the quest log tabs,
// but I really don't want to bog down the userscript with "fetch" monkeypatches etc.
$(".ql-reward-item + .ql-reward-label").each(function (k, v) {
$(v).append(makelinks($(v).text()));
});
$(".ql-bonus-reward > .ql-bonus-item").each(function (k, v) {
$(v).after(makelinks($(v).text()));
});
}
function sswopen(item) {
// open this in such a way that if the "__2020" was changed/removed without warning, this will still work
// TODO: hardcode the class name better once out of beta
$("[class^='ssw-header']").last().parent().show();
// if results are currently up, close them
$("#ssw-button-new-search").click();
$("#ssw-criteria").val("exact");
$("#searchstr").val(item);
}
} else {
/*
Adds the search icons under things in:
Inventory
SDB
Closet
Auction Bidding Page
Your Shop Price Page
Coincidence
MI Training School
KI Training School
Snow Faerie
Esophagor
Edna Quest
Kitchen Quest
Illusen/Jhudora
Employment Agency
Faerie Quest Page
Your Shop's Sales History
*/
// Main Shops
if (document.URL.includes("objects.phtml?") && document.URL.includes("type=shop")) {
$("img[src*='/items/']").parent().parent().find("b").each(function (k, v) {
$(v).after(makelinks($(v).text()));
});
}
// Igloo Garage
if (document.URL.includes("/winter/igloo2.phtml")) {
$("img[src*='/items/']").parent().parent().find("b").each(function (k, v) {
$(v).after(makelinks($(v).text()));
});
}
// Trading Post
if (document.URL.includes("/island/tradingpost.phtml")) {
$("img[src*='/items/']").each(function (k, v) {
$(this.nextSibling).after(makelinks($(this)[0].nextSibling.nodeValue));
});
}
// Redeeming Cash
if (document.URL.includes("process_cash_object")) {
extras = {cash: true, wearable: true};
$("img[src*='/items/']").parent().find("b").each(function (k, v) {
$(v).before("<br>").after(makelinks($(v).text(), extras));
});
}
// Auctions
if (document.URL.includes("auction_id")) {
nameb = $("b:contains('owned by')");
let fixname = nameb.html();
fixname = fixname.substr(0, fixname.indexOf(" (own")); // remove "owned by..."
nameb.parent().find("img").after(makelinks(fixname));
}
if (document.URL.includes("auctions.phtml") || document.URL.includes("genie.phtml")) {
$("a[href*='?type=bids&auction_id=']:not(:has('img'))").each(function (index, element) {
const itemname = $(element).text();
$(element).after(makelinks(itemname));
})
}
// Inventory
if (document.URL.includes("inventory")) {
$("img[src*='/items/']").each(function (k, v) {
let $nametd = $(v).parent().parent();
let extras = {cash: $(v).hasClass("otherItem"), wearable: $nametd.hasClass("wearable"), itemid: -1};
if ($nametd.find("hr").exists()) {
extras.tradeable = !$nametd.find("span:contains('(no trade)')").exists();
$nametd.find("hr").before(makelinks($nametd.justtext(), extras));
} else {
$nametd.append(makelinks($nametd.justtext(), extras));
}
});
}
// SDB & Closet
let isSDB = document.URL.includes("safetydeposit");
let isCloset = document.URL.includes("closet");
if (isSDB || isCloset) {
$("img[src*='/items/']").each(function (k, v) {
let itemInput = $(v).parent().parent().find("td").eq(5).find("input");
let id = itemInput.attr("data-item_id") || itemInput.attr("name").match(/\d+/g)[0];
let isWearable = isCloset || $(v).parent().parent().find("td").eq(1).text().includes("(wearable)");
let isNeoCash = false;
if(isSDB) {
let category = $(v).parent().parent().find("td").eq(3);
isNeoCash = category.text().trim() === "Neocash";
} else if (isCloset) {
// this is not 100% accurate, see: https://items.jellyneo.net/item-error-list/rarities/
isNeoCash = $(v).parent().next("td").text().includes("(Artifact - 500)");
}
let extras = {cash: isNeoCash, wearable: isWearable, itemid: id};
let nametd = $(v).parent().parent().find("td").eq(1);
nametd.find("b").eq(0).after(makelinks(nametd.find("b").eq(0).justtext(), extras));
});
}
// Your Shop
if (document.URL.includes("type=your") || document.URL.includes("market_your") || $("[name=subbynext]").length === 2) { // because pressing the Previous/Next 30 is a POST and has nothing of value in the URL
$("img[src*='/items/']").each(function (k, v) {
let nametd = $(v).parent().parent().find("td").eq(0);
let itemname = nametd.text();
itemname = itemname.replace(nametd.find(".medText").text(), "");
nametd.find("b").eq(0).after(makelinks(itemname));
});
}
// Coincidence
if (document.URL.includes("space/coincidence")) {
$("img[src*='/items/']").each(function (k, v) {
nametd = $(v).parent();
nametd.find("b").eq(0).after(makelinks(nametd.justtext()));
});
}
// MI Training
if (document.URL.includes("/island/training.phtml?type=status")) {
$("img[src*='/items/']").each(function (k, v) {
$(v).after(makelinks($(v).prev().text()));
});
}
// Secret Training
if (document.URL.includes("/island/fight_training.phtml?type=status")) {
$("img[src*='/items/']").each(function (k, v) {
$(v).after(makelinks($(v).prev().text()));
});
}
// KI Training
if (document.URL.includes("/pirates/academy.phtml?type=status")) {
$("img[src*='/items/']").each(function (k, v) {
let nametd = $(v).parent();
let itemname = nametd.parent().find("td > b").eq(0).text();
nametd.parent().find("td > b").eq(0).after(makelinks(itemname));
});
}
// Snow Faerie
// essentially same as kitchen. woo, lazy!
if (document.URL.includes("winter/snowfaerie")) {
addhr = (document.URL.includes("snowfaerie2") === false);
$("img[src*='/items/']").parent().find("b").each(function (k, v) {
$(v).after(makelinks($(v).text()));
});
}
// Esophagor
if (document.URL.includes("halloween/esophagor")) {
$("img[src*='/items/']").each(function (k, v) {
let itemname = $(v).parent().find("b");
itemname.after(makelinks(itemname.text()));
});
}
// Edna
if (document.URL.includes("halloween/witchtower")) {
$("img[src*='/items/']").each(function (k, v) {
let itemname = $(v).parent().find("b");
itemname.after(makelinks(itemname.text()));
});
}
// Kitchen
if (document.URL.includes("island/kitchen")) {
$("img[src*='/items/']").parent().find("b").each(function (k, v) {
$(v).after(makelinks($(v).text()));
});
}
// illusen & jhudora
if ($("img[src*='ef_2.gif']").exists() || $("img[src*='darkfaeriequest2.gif']").exists()) {
let itemname = $("center:contains('Where is my') > b").text();
$("center:contains('Where is my')").parent().find("img[src*='/items/']").after(makelinks(itemname));
}
// employment agency
if (document.URL.includes("employment")) {
if (document.URL.includes("type=jobs")) {
$("b:contains('Find')").each(function (k, v) {
let itemname = $(v).parent().clone().find("b").remove().end().html().split("<br>")[0];
$($(v)[0].nextSibling).after(makelinks(itemname));
});
}
if (document.URL.includes("job_id")) {
$("b:contains('Find')").eq(0).after(makelinks($("b:contains('Find')").eq(0).justtext()));
}
}
// Faerie Quests
if (document.URL.includes("quests.phtml")) {
$("img[src*='/items/']").each(function (k, v) {
let itemname = $(v).parent().find("b");
itemname.after(makelinks(itemname.text()));
});
}
// Kadoatery
if (document.URL.includes("games/kadoatery")) {
$("td:contains('You should give it'):not(:contains('Thanks,'))").each(function (k, v) {
let itemname = $(v).find("strong").last();
itemname.after(makelinks(itemname.text()));
});
}
// General Store
if (document.URL.includes("generalstore.phtml")) {
$("td:contains('Cost'):not(:has('td'))").find("strong").each(function (index, element) {
$(element).after(makelinks($(element).text()));
});
}
// Hidden Tower
if (document.URL.includes("hiddentower938.phtml")) {
$(".content table").find("b:not([style*='red;'])").each(function (index, element) {
$(element).after(makelinks($(element).text()));
});
}
// Your Shop's Sales History
if (document.URL.includes("market.phtml?type=sales")) {
$('[value="Clear Sales History"]').parent().parent().parent().parent().find('tr').each(function (index, element) {
// make sure it's not the header or footer of this table
let cell = $(element).find("td").eq(1);
if (cell.attr('bgcolor') === "#ffffcc") {
$(cell).append(makelinks($(cell).text()));
}
});
}
// Quickstock
if (document.URL.includes("quickstock.phtml")) {
$('form[name="quickstock"] tr').each(function (index, element) {
if ($(element).find("td").length > 1) {
const cell = $(element).find("td").eq(0);
if ($(cell).text() !== "Check All") {
$(cell).append(makelinks($(cell).text()));
}
}
});
}
// Battledome
if (document.URL.includes("/dome/neopets")) {
$(".equipFrame").each(function (index, element) {
const itemname = $(element).text().trim();
if (itemname) { // ignore if empty slot
$(makelinks(itemname)).appendTo($(element));
}
});
$(".equipTable").css({"overflow-y": "scroll"});
}
function sswlimited(item) {
return (/Nerkmid($|.X+$)/.test(item) || item.endsWith("Paint Brush") || item.endsWith("Transmogrification Potion") || item.endsWith("Laboratory Map"));
}
function sswopen(item) {
if ($(".sswdrop").hasClass("panel_hidden")) {
$("#sswmenu .imgmenu").click();
}
if ($("#ssw-tabs-1").hasClass("ui-tabs-hide")) {
$('#ssw-tabs').tabs('select', 0);
}
$("#price-limited").prop("checked", sswlimited(item));
$("#ssw-criteria").val("exact");
$("#searchstr").val(item);
}
}
$("body").on("click", ".ssw-helper", function () {
sswopen($(this).attr("item"));
});