chore: integrate old MemoryPalace files and configure auto-commit

This commit is contained in:
2026-01-26 17:19:26 -05:00
parent 23cb27503e
commit e763f5a9d5
24 changed files with 2032 additions and 34 deletions

View File

@@ -20,9 +20,9 @@ Browser-based JavaScript utilities. **See [bookmarklets/README.md](bookmarklets/
* Does something cool
*/
const elements = document.querySelectorAll("a");
elements.forEach((el) => {
el.style.backgroundColor = "yellow";
const elements = document.querySelectorAll('a');
elements.forEach(el => {
el.style.backgroundColor = 'yellow';
});
alert(`Highlighted ${elements.length} links!`);
@@ -39,6 +39,19 @@ Build tools and generators:
- Minifies code
- Wraps in `javascript:(function(){...})();` format
- Copies to clipboard
- **git/** - Git-related utilities
- **updateReadme.js** - Auto-generate README documentation from code comments
## 🗄️ Junk Drawer
Miscellaneous code, scripts, and work-in-progress items that don't fit elsewhere:
- **handleCCOMention.js** - Custom mention handler
- **scrape.js** - Web scraping utilities
- **P!P/** - Pokémon Play! Program role documentation
- Various work-in-progress scripts and notes
_This folder is for temporary storage and experimentation. Move items to appropriate folders as they mature._
## 🧪 Scratchpad