Sam Maddock

Results 115 comments of Sam Maddock

An existing pattern matching utility is already in the codebase which could be reused for this case. https://github.com/samuelmaddock/electron-browser-shell/blob/c47bcb3c7a1ff274b469ecffb25245cf580e5811/packages/electron-chrome-extensions/src/browser/api/common.ts#L106-L113

> 1. I'll just use the matchesPattern function for the comparison. Right? Yes, that should work. > 2. A sample test case to get started can be - ` *:*.google.com/*`...

> Hey! Any help with this? Hey, yes. It will be easier if you can submit a PR with code changes first. Then I'll be able to comment on code...

Unfortunately there's no workaround possible for this issue, changes upstream in Electron will be required.

See Facepunch/garrysmod-requests#791

I don't have much time at the moment to work on this, but if someone wanted to do this it wouldn't be too difficult. The `cc_load_policy` player var in [youtube.html](https://github.com/pixeltailgames/gm-mediaplayer/blob/master/html/app/youtube.html#L58)...

It's likely possible if the service has an API for getting video/stream metadata and a web video player capable of being controlled using JavaScript. However, I'd rather not implement every...

Thanks, a name change is planned. I guess I just have to find the time to think of a new name. I'll work on that this weekend. Let me know...

This seems to be caused by Firefox addons not being able to inject scripts into direct links. I think this will only be supported on Chrome until I have time...

Ideally I'd like to outsource these kinds of features to a web video player that supports this already. Do you know of any that do support the feature you're requesting?