Florian Dorn
Florian Dorn
Thats actually not an issue, but I have been working on support for bootstrap 3. https://github.com/derflocki/bselect/tree/bootstrap-v3
Want to use $LAB inside a chrome-extension, however the regex that extracts the root_domain does not match the href `chrome-extension:mmjeglkkcnglojkjoomifokhekiiiioe/www/index.html`. According to [RFC3986, Section 3.1](http://tools.ietf.org/html/rfc3986#section-3.1): > Scheme names consist of...
Some, maybe all controls are currently looked up in the DOM via their aria-label: `$('[aria-label="Pause"]'` `$('[aria-label="Play"]'`, however there are locale dependent. I have begun working on this in https://github.com/derflocki/browser-playerctl/tree/issue-7-make-google-play-music-work-independent-of-the-locale
If I understand the docs corretly, "attrs" are est as sttributes of the resulting . So I tried something like: $('.media').media({ width: "100%", height: "100%", autoplay: true, attrs: { id:...