Skip to content

Instantly share code, notes, and snippets.

@Spiderpig86
Created February 7, 2021 19:40
Show Gist options
  • Select an option

  • Save Spiderpig86/62e547917e7c5172e1f0ffcbce210ee9 to your computer and use it in GitHub Desktop.

Select an option

Save Spiderpig86/62e547917e7c5172e1f0ffcbce210ee9 to your computer and use it in GitHub Desktop.
Markdium-Extensions: Google Chrome's Soft Underbelly (Part 2)
let test = {
"c": "console",
"l": "log"
};
for (const key in test) { window[key] = test[key]; }
window[c][l]('test'); // Prints out 'test'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment