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
| """ | |
| This module contains helpers to deal with GTK 3 themes in Python / PyGObject. | |
| Dependencies | |
| ------------ | |
| * Python 3 | |
| * PyGObject | |
| * GLib, Gio and GTK with introspection files |
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 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... | |
| // |
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
| #!/usr/bin/env python3 | |
| """ | |
| ftl-checker.py - Quick and dirty Fluent (FTL) checker. | |
| DEPENDENCIES: | |
| pip install fluent-compiler | |
| USAGE: |
OlderNewer