This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sensors: | |
- hwmon: /sys/class/hwmon | |
name: coretemp | |
indices: [1] | |
- tpacpi: /proc/acpi/ibm/thermal | |
indices: [0, 1] | |
- hwmon: /sys/class/hwmon | |
name: iwlwifi_1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Remove Youtube notification counter | |
// @match *://youtube.com/* | |
// @match *://*.youtube.com/* | |
// @run-at document-idle | |
// @version 202401282042 | |
// @author Nuno Cunha | |
// @homepage https://gist.github.com/nunocunha/4ef42efe582633a4657112a754c1bd3c | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Steam Quick Queue | |
// @namespace https://gist.github.com/nunocunha/3f3a10153dfc31596e5ea87d74f89e59/raw | |
// @updateURL https://gist.github.com/nunocunha/3f3a10153dfc31596e5ea87d74f89e59/raw | |
// @version 6 | |
// @description Discover the Steam queue three times to get the sale cards | |
// @include http://store.steampowered.com/explore/ | |
// @grant none | |
// @run-at document-idle | |
// @require https://gist.github.com/xPaw/73f8ae2031b4e528abf7/raw |