simplify_web_suite_core icon indicating copy to clipboard operation
simplify_web_suite_core copied to clipboard

Core source code for Simplify browser extensions for web players.

Results 5 simplify_web_suite_core issues
Sort by recently updated
recently updated
newest added

Recently, the browser extension has stopped working with web players such as Soundcloud and Pocket Casts.

First, what is localhost.tape.im & why does it need it's own certificate? The cert in keychain access expired like 30 days ago. What to do?

In this example, you can see console output reporting the `data.amount` sent by Simplify when seeking within a track. The amount is reported as 1 second ahead of the current...

All web players to utilize shuffle control. - Provide `disable_shuffle` feature - Provide `Simplify.MESSAGE_DID_CHANGE_SHUFFLE_STATE` event.

When receiving the `Simplify.MESSAGE_DID_CHANGE_PLAYBACK_STATE` message, the data parameter for state does not match the underlying `Simplify.PLAYBACK_STATE_PLAYING` family of keys. For example, this simpler handler shows no matching states. ``` js...