Skip to content

Instantly share code, notes, and snippets.

@lensbart
lensbart / react-router+7.6.2.patch
Created June 5, 2025 21:03
Add `getScrollContainer` prop to `<ScrollRestoration />` in `react-router@7.6.2`
diff --git a/node_modules/react-router/dist/development/chunk-NL6KNZEE.mjs b/node_modules/react-router/dist/development/chunk-NL6KNZEE.mjs
index f54f35c..c0ab4cf 100644
--- a/node_modules/react-router/dist/development/chunk-NL6KNZEE.mjs
+++ b/node_modules/react-router/dist/development/chunk-NL6KNZEE.mjs
@@ -9082,6 +9082,7 @@ var Form = React10.forwardRef(
Form.displayName = "Form";
function ScrollRestoration({
getKey,
+ getScrollContainer,
storageKey,
@ljavuras
ljavuras / List of icons.md
Last active June 18, 2025 18:47
List of icons in Obsidian
/**
 * List all icons available to `obsidian.setIcon()`
 * 
 * @author Ljavuras <ljavuras.py@gmail.com>
 */

dv.container.createEl("style", { attr: { scope: "" }, text: `
.icon-table {
 display: flex;
@Fevol
Fevol / LICENSE
Last active October 17, 2025 06:42
Embeddable CM Markdown Editor
Copyright 2024 Matthew Meyers, Fevol
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE US
@0xdevalias
0xdevalias / _deobfuscating-unminifying-obfuscated-web-app-code.md
Last active December 8, 2025 12:48
Some notes and tools for reverse engineering / deobfuscating / unminifying obfuscated web app code