Skip to content

Commit e417cf7

Browse files
committed
doc: improved detection via FileSystemObserver
1 parent ade18b9 commit e417cf7

File tree

1 file changed

+2
-0
lines changed
  • content/posts/how-to-edit-scripts-with-your-favorite-editor

1 file changed

+2
-0
lines changed

content/posts/how-to-edit-scripts-with-your-favorite-editor/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ You can use any of these methods listed in the order of increasing complexity:
4444

4545
⚠ Only implemented in Chrome/Chromium 86 or newer and Violentmonkey 2.16 or newer.
4646

47+
⚡ In up-to-date Chrome you can improve performance of detection using the cutting edge FileSystemObserver API: navigate to `chrome://flags/#enable-experimental-web-platform-features` and enable the flag, then restart the browser. This is a one-time setup until the API becomes stable.
48+
4749
⚡ If you assigned a hotkey to activate Violentmonkey in the browser's options for extensions, you can press it while dragging the file, which opens the extension's popup into which you can drop the dragged file.
4850

4951
#### 2.2. Drag the file into the browser toolbar or tab label area

0 commit comments

Comments
 (0)