Skip to content

Commit

Permalink
doc: improved detection via FileSystemObserver
Browse files Browse the repository at this point in the history
  • Loading branch information
tophf committed Oct 14, 2024
1 parent ade18b9 commit e417cf7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ You can use any of these methods listed in the order of increasing complexity:

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

⚡ 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.

⚡ 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.

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

0 comments on commit e417cf7

Please sign in to comment.