Docs: https://github.com/Adamant-im/adamant/wiki/API-Specification#get-node-version
Request
GET https://endless.adamant.im/api/node/statusDocs: https://github.com/Adamant-im/adamant/wiki/API-Specification#get-node-version
Request
GET https://endless.adamant.im/api/node/status| function findElements(textContent, selector = "*") { | |
| const elements = document.querySelectorAll(selector); | |
| return Array.prototype.slice | |
| .call(elements) | |
| .filter((el) => el.textContent === textContent); | |
| } | |
| function findElement(textContent, selector = "*") { | |
| const elements = findElements(textContent, selector); |
That's what I had to use after installing a few other browsers in Linux. Apparently one of them had reset some of the settings. Garcon_host_browser is the link application which will pass the URL to be opened to the Chrome browser on the ChromeOS side.
unset BROWSER
xdg-settings set default-web-browser garcon_host_browser.desktop
sudo xdg-settings set default-web-browser garcon_host_browser.desktopThese packages can be imported everywhere