Skip to content

Instantly share code, notes, and snippets.

View flozz's full-sized avatar

Fabien LOISON flozz

View GitHub Profile
@flozz
flozz / arctis7.py
Last active August 3, 2023 13:40
Displays the battery level of a SteelSeries Acrtis 7 headset.
#!/usr/bin/env python3
"""
This script displays the battery level of a SteelSeries Acrtis 7 headset.
USING
-----
To use this script you must install hidapi (https://github.com/trezor/cython-hidapi):
@flozz
flozz / greasemonkey_notion_lock_page_fr.js
Last active February 16, 2024 16:50
Lock all visited pages on Notion.io
// ==UserScript==
// @name Notion - Lock pages (FR)
// @include *://www.notion.so/*/*
// @version 2
// @grant none
// ==/UserScript==
// I am bored that nobody lock pages on Notion. Edition mode interferes with my
// VIM plugin and I accidentally modify pages instead of navigating...
//