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
--@name Timers Replacement | |
--@author Daranable | |
--===================================================================== | |
--== Timers Library | |
--===================================================================== | |
timers = {}; | |
local callbacks = {}; |
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
--@name OOS Basic Tier | |
--@author Daranable | |
local OOS = OOS; | |
local screen = screen; | |
local render_order = render_order; | |
local object_ids = object_ids; | |
local repaint = OOS.data.repaint; | |
------------------------------------------------------------------------ |
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 Neoboards Enhancement - Viewed threads | |
// @namespace https://gist.github.com | |
// @version 0.1 | |
// @description Automatically marks thread as viewed when you view them, and allows following threads. | |
// @author Daranable | |
// @match https://www.neopets.com/neoboards/boardlist.phtml* | |
// @match https://www.neopets.com/neoboards/topic.phtml?topic=* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=neopets.com | |
// @grant GM_setValue |
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 Neopets DTI Ratio Grabber | |
// @version 0.01 | |
// @description Automatically label NC items with DTI Item Ratios. | |
// @author friendly-trenchcoat (edited for OWLS by rawbeee and Kaye) (edited to handle DTI Ratios by Daranable) | |
// @match ://*.neopets.com/inventory.phtml* | |
// @match ://*.neopets.com/closet.phtml* | |
// @match ://*.neopets.com/safetydeposit.phtml* | |
// @match ://*.neopets.com/gallery/index.phtml* | |
// @match ://*.items.jellyneo.net/* |