odnar-dev

Results 20 comments of odnar-dev

> Excuse my ignorance, but this would effectively allow the tool to be released as a Firefox plugin extension? - yes , you can read more about userscripts here [wikipedia](https://en.wikipedia.org/wiki/Userscript)

menu to make it easy to add GITHUB_ACCESS_TOKEN or change it ![1](https://user-images.githubusercontent.com/73726132/110966542-a34b1e00-8355-11eb-973c-5f13f7208767.png) show error if GITHUB_ACCESS_TOKEN has not been set up ![2](https://user-images.githubusercontent.com/73726132/110965976-13a56f80-8355-11eb-9886-4d7841fefa9a.png) hover color is adapted to GitHub's Night-Mode. (need...

![3](https://user-images.githubusercontent.com/73726132/111244225-c1897600-8602-11eb-8c27-0284f6a9aa49.png)

> `document.addEventListener('pjax:end', init);` > Is that what fixes #9 ? yes , github use for some pages Pjax to deliver a faster browsing experience without reloading the full page. [check...

[Violentmonkey](https://violentmonkey.github.io/) is an userscript manager this part of the script use a group of special [apis](https://violentmonkey.github.io/api/gm/) provided only by an userscript manager. ```js // get token from local storage provided...

> i'm kind of bothered by the duplication of code what about creating a separate file that contain all shared functions and variables then simply include it to chrome script...

i can't check cause i don't have multiple monitors, but i think it should work the same. i checked i3 src code and it handle `_NET_WM_STATE_STICKY` the same way as...

Please take a look into this [PR](https://github.com/mpv-player/mpv/pull/10636) to fix `--on-all-workspaces` option on xfce

This just some notes I found when I was trying to implement your API in my script ``` # Trending api : ${PIPEDAPI_URL}/trending?region={query} - support select region: use region as...