obi-sync icon indicating copy to clipboard operation
obi-sync copied to clipboard

Reverse engineering of the native Obsidian sync and publish server

Results 1 obi-sync issues
Sort by recently updated
recently updated
newest added

line 1056 of main.js when ran through js-beautify ```js e.onBeforeRequest = r, e.onBeforeSendHeaders = r, e.onHeadersReceived = r; ``` r being a function which returns !1