chinleung / chrome-command-palette-issues

Issue tracker for Chrome Command Palette extension.
https://chrome.google.com/webstore/detail/command-palette/lfmfhlofoaleegdogpmknfbibciflfek
0 stars 0 forks source link

Feature - Create custom entry that runs JavaScript #2

Open sanjarcode opened 1 year ago

sanjarcode commented 1 year ago

Currently, I use these extension in combination:

  1. Custom JavaScript for Websites 2
  2. Shortkeys (Custom Keyboard Shortcuts)

To do complex stuff very fast.

Suggestion

It would be great if you add a feature to create custom entries that run JS. Your extension then solves both issues in a more user friendly way.

chinleung commented 1 year ago

@sanjarcode Thanks for the suggestion! This is really interesting indeed, I will try to have a look to add this shortly. 😉

chinleung commented 1 year ago

@sanjarcode I've looked around the other extensions that does this and they were all using the unsafe-eval CSP but Google is blocking it now. I'm not sure if it's still possible to execute inline JavaScript. 🤔