diff --git a/plan.md b/plan.md index ce1804f..aade481 100644 --- a/plan.md +++ b/plan.md @@ -173,7 +173,7 @@ I imagine this library would be quite similar to Blockly, which enabled me to bu In summary, here's my tentative plan: -1. Launch a Patreon. This will happen in the next week or three (because I'm taking off next week for Thanksgiving). +~~1. Launch a Patreon. This will happen in the next week or three (because I'm taking off next week for Thanksgiving).~~ *Will punt on this for now.* 2. Write. Mostly about teaching and learning to code. 4-8 weeks, so Dec and Jan. diff --git a/unbreakable-links/index.js b/unbreakable-links/index.js index 6b7c549..79c53ac 100644 --- a/unbreakable-links/index.js +++ b/unbreakable-links/index.js @@ -103,6 +103,8 @@ const filePathFromRepoPath = repoPath => { } window.addEventListener("load", () => { + return // disable the entire library for now + // do nothing if this library is being loaded inside itself if (window.frameElement && window.frameElement.classList.contains('unbreakable-links')) { return }