John

Results 21 comments of John

@tamlok Did you ever success in getting this to work? For some reason, the browserified version of this plugin doesn't work for me too. Another plugins, with Browserify, works fine...

``` js var el = document.querySelector('thead'); alert(getComputedStyle(el).backgroundColor); ``` It still shows rgba(0, 0, 0, 0)...

Well, the color was used just for example purposes. And it seems it was a bad idea. Actually, I need to get the element height. This is required to finish...

Thanks, I will try to use `getBoundingClientRect()` here. Currently it doesn't work yet. The only way which works for me currently is the `setTimeout()`. Of course, it should not be...

@Mogztter So, it seems that `setTimeout()` is the only way to deal with it?

Hello, Guillaume. It seems, there is very friendly spirit here. > Could you please explain why? Yes, of course. My problem is that I want to start from blank CSS...

I have slightly improved my workaround and now there is no need to overwrite anything. The key point is to add blank CSS: 1. Add blank CSS to the extension...

> I'm also wondering how/why the include directive is working with a `css` file. Actually, it includes `adoc` file, with `++++...++++` (multi-line) section.

Personally, I would prefer ``` "permissions": [ "*://*/*.css", "*://*/*.js" ] ``` Custom CSS is useful, JS is useful as well. For example, I use [a script that shows footnotes when...

@Mogztter It seems you haven't considered to add CSS access yet? :)