Skip to content

Instantly share code, notes, and snippets.

@mfaizsyahmi
mfaizsyahmi / changelog.md
Last active June 4, 2026 07:25
TWHL+ – Enhancements for twhl.info

v0.3 – The [Illusion Of] Free Choice Update

0.3.2

  • Added day counter to subscribed threads in the notifications panel, to help keep track on which thread is close to being locked (after 1 year)
  • Added option for striped tables

0.3.1

  • Applies textarea font and tab settings to code blocks and other monospaced items
  • Customizeable themes! Applicable to the header logo too!
  • Button to toggle word-wrapping in wikicode editors
  • Advanced customization: additional stylesheet files and custom CSS for themed backgrounds
@mfaizsyahmi
mfaizsyahmi / DOM DragEvent Test.ahk
Created February 3, 2022 02:06
A Neutron.ahk app to test DOM DragEvent
/*
This example is designed to show how to use the default Neutron template
page. Because it uses the default template, it is also the simplest example
to use and tweak as a beginner.
It is also designed to show how you would apply your own theming to the
template without having to modify it directly, by applying CSS styling to
the built-in template title bar elements.
*/
@mfaizsyahmi
mfaizsyahmi / youtube-playlist_with_youtube-dl.lua
Last active June 29, 2021 20:27
VLC YouTube Playlist parser using youtube-dl
--[[
Youtube playlist importer for VLC media player 1.1 and 2.0
Copyright 2012 Guillaume Le Maout
Authors: Guillaume Le Maout
Contact: http://addons.videolan.org/messages/?action=newmessage&username=exebetche
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or