chore: integrate old MemoryPalace files and configure auto-commit
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user