odnar-dev
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  show error if GITHUB_ACCESS_TOKEN has not been set up  hover color is adapted to GitHub's Night-Mode. (need...

> `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...
hey any news about this ?
> 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...