zznidar

Results 17 comments of zznidar

I was thinking about doing some frequency comparison. Maybe by getting the ratio between certain frequencies inside human voice range and outside of it. Some research would be needed, though,...

One option would be, although probably not really the nicest one, to create a new iFrame with `src=window.location.href`. Then, do the analysis inside the iFrame.

@WofWca good points. * The same element could maybe be found by id/class of that element (or its parents), but only as long as they are always the same (i....

There may be a better option, however. If you take a look at this StackOverflow answer for drawing waveform: https://stackoverflow.com/a/67265439 The waveform is drawn very quickly (took less than 10...

Thanks for the suggestion. That seems a possible solution for now, as long as there are only a few "presets". Though I doubt I will remember all the key combinations...

At the moment, only text/URL sharing seems to be implemented in Snapdrop. https://github.com/RobinLinus/snapdrop/blob/a96dde25c07478684cf95878c031d7613ceaf9fd/client/manifest.json#L31-L39 https://github.com/RobinLinus/snapdrop/blob/a96dde25c07478684cf95878c031d7613ceaf9fd/client/scripts/ui.js#L501-L518 To be able to share files to Snapdrop through Android share sheet, changes mentioned by @xpire...

After testing the patch in #502, I realised that passing `index: undefined` in Chrome fixes this issue as well (tabs are opened at the same position as when no addon...

After some quick testing, it seems that passing `undefined` instead of an actual tab index to the `chrome.tabs.create` (https://github.com/danielnixon/link-fixer/blob/0153cbff4195028e1a385e00aa3c8b0f387965cd/background-script.js#L183) works as expected for me in Firefox 116.0.2 on Windows (same...

@danielnixon, any update on reviewing/merging this PR? I'm looking forward to seeing the linked issue fixed :)

Hey, I'll try to do make a screen-recording next week. About the waveform being retrospectively shown: first, there's no waveform (like the right half of the Fig 1). Then, at...