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
--@module = true | |
local gui = require('gui') | |
local widgets = require('gui.widgets') | |
local INVISIBLE_FRAME = { | |
frame_pen=gui.CLEAR_PEN, | |
signature_pen=false, | |
} |
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
-- Dwarf Job Monitor - A floating resizable panel that shows dwarf job statistics | |
-- Author: Louis | |
-- Version: 1.0 | |
local gui = require('gui') | |
local widgets = require('gui.widgets') | |
local utils = require('utils') | |
-- Main Screen Class | |
DwarfJobMonitor = defclass(DwarfJobMonitor, gui.ZScreen) |
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
#SingleInstance Force | |
;———————————————————————————————————————— | |
; Press Pause to toggle AlwaysOnTop + red 3px border | |
;———————————————————————————————————————— | |
global borderVisible := false | |
global G_hWnd := "" ; Stores the handle of the window being bordered | |
global G_BorderThickness := 3 | |
global G_TimerInterval := 0 ; Update interval in milliseconds | |
Pause:: |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 ChatGPT Hide Old Conversation | |
// @version 2025-02-18 | |
// @author Louis Hong | |
// @match *://*.chatgpt.com/c/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=chatgpt.com | |
// @grant none | |
// ==/UserScript== | |
(function() { |
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
/* BetterDiscord RuneScape Font Theme by Dawncore*/ | |
/* | |
Required Font Installs https://github.com/RuneStar/fonts | |
RUNESCAPE_0.TTF | |
RUNESCAPE_BOLD_0.TTF | |
RUNESCAPE-PLAIN-11.TTF | |
RUNESCAPE-PLAIN-12.TTF | |
RUNESCAPE-BOLD-12.TTF | |
*/ |
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 OSRS Themed YouTube Stylesheet | |
// @version 1.0 | |
// @author Dawncore/Louis | |
// @description Injects RuneScape fonts with size rounding on every webpage | |
// @match *://*.youtube.com/* | |
// @grant GM_addStyle | |
// ==/UserScript== | |
(function() { |
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 RuneScape Font 16px | |
// @version 1.1 | |
// @author Dawncore/Louis Hong | |
// @description Injects RuneScape fonts and dynamically adjusts text-shadow based on page color | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=runescape.com | |
// @match *://*/* | |
// @grant GM_addStyle | |
// ==/UserScript== |
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
using System; | |
using System.IO; | |
using System.Speech; | |
using System.Speech.Synthesis; | |
using System.Speech.AudioFormat; | |
public class WSAPI5 | |
{ | |
public static void Main() { |
NewerOlder