Johnson Sun
Johnson Sun
@musically-ut Hi, I somehow achieved this by some hacky workaround here: https://github.com/j3soon/arxiv-utils 1. I intercept the PDF requests, and launch my custom extension page instead. 2. My custom page embeds...
@cipri-tom I like your idea on installing a "local" PDF viewer that makes all other PDF extensions work again. However, the custom page URL for something like: ``` https://arxiv.org/pdf/1905.10071.pdf ```...
Based on @gera2ld's API, below is a short guide for add-on/extension developers who stumbled upon this issue and want a temporary badge for edge extensions. Assuming you have the extensions...
I just found that Edge now has active user information, and we can make a custom badge with it. I have updated [my comments above](https://github.com/badges/shields/issues/4690#issuecomment-647573617).
> > > > ```lisp > > [](https://microsoftedge.microsoft.com/addons/detail/arxivutils/ngjpcfjabahdoadnajbhnikbemhmemdg) > > ``` > > Interesting, turns out that the badge retrieves the specific number of users of that extension > For...
The solution [here](https://stackoverflow.com/a/50545996/) works for me.
@kkomelin Yes, so I have opened a pull request #304 to clarify the usage.
Wow! The project is so beautiful and well documented! Our project has also encountered some of the problem mentioned in its documentation (e.g. the rasterization bias problem, etc). However, the...
I'll keep this issue open for now to let more people see this awesome project! Thanks @vshymanskyy !
@vshymanskyy We'll think about it. Tantalum uses WebGL to optimize rendering, however, our project uses HTML 5 canvas to achieve good compatibility. So it might not be easy to implement...