Skip to content

Instantly share code, notes, and snippets.

View daranable's full-sized avatar

Robert daranable

  • Maltera
  • McKinney, TX
View GitHub Profile
@daranable
daranable / neopets-nc-ratioizer.user.js
Created July 14, 2023 12:24
A User Script that fetches the ratio of Seeking : Wanting from DTI
// ==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/*
@daranable
daranable / neoboards-viewed-topics.user.js
Created July 10, 2023 17:04
Neopets Neoboards - Viewed Topics
// ==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
@daranable
daranable / basic_tier.lua
Created September 19, 2012 18:01
Object Oriented Starfall Screen
--@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;
------------------------------------------------------------------------
@daranable
daranable / Starfall Temporary Timers
Created August 26, 2012 07:17
A temporary in game replacement for Starfall callback timers.
--@name Timers Replacement
--@author Daranable
--=====================================================================
--== Timers Library
--=====================================================================
timers = {};
local callbacks = {};