This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name NC trade notifier (DTI update, OWLS report) | |
// @version 1.0 | |
// @description basic popup on item transfer, that just reminds you to take a look at DTI and update it, and send a trade report, i always forget, this might annoy you if you do lots of non NC trading | |
// @author cadz | |
// @match https://www.neopets.com/items/transfer_list.phtml* | |
// ==/UserScript== | |
(function() { | |
// Function to show the popup |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name NC trade notifier (DTI update, OWLS report) +link | |
// @version 1.0 | |
// @description i keep forgetting to update my list and report. trades, apparently im not the only one! this one is more complex than the pop up reminder, the DTI link is the OG one (i like it personally, but it links to 2020!) and the OWLs report link is the FAQ page for how to report a trade because not everyone has reddit/cord/bot etc. The link open in new tabs, and will like you open both, the ok button is the only popup closer. This will come up every time the transfer page is open so dont bother if youre just an item trader. | |
// @author cadz | |
// @match https://www.neopets.com/items/transfer_list.phtml* | |
// ==/UserScript== | |
(function() { | |
// Function to show the confirmation popup with custom buttons, i just picked colours i liked and basic colours and sizes you can literally customise and of this with html colour pickers |