Go to file
Krzysztof kuhy Rudnicki 720a291388 leechblock: switch defaults to gist JSON, seed LevelDB directly, block unsupported browsers
- Replace leechblock_defaults.js with LeechBlockOptions.json fetched from
  private gist (30 block sets, 1568 keys)
- Add seed_leechblock_storage.js: writes settings directly into Chrome's
  LevelDB via classic-level, bypassing content-verification entirely
  - Supports both .json and legacy .js defaults files
  - Chunked writes (individual db.put) to avoid batch size limits
  - Per-profile error isolation; Thorium LevelDB warning demoted to non-fatal
- Add package.json (type:module + classic-level dep) and .gitignore for
  node_modules
- install_leechblock.sh: drop background.js patching, call seeder instead;
  auto-installs classic-level if node_modules absent
- install_pacman_wrapper.sh: deploy .json defaults, seeder, and package.json
  to /usr/local/share/digital_wellbeing; run npm install there
- pacman_blocked_keywords.txt: add browsers not handled by install script
  (Microsoft Edge family, firefox-esr/nightly, opera-beta/dev,
  iridium, slimjet, chromium-dev, qutebrowser, midori)
2026-02-23 22:00:31 +01:00
.github Add pre-commit workflow and fix linting violations (#2) 2026-01-07 22:57:42 +01:00
.vscode fixes for existing scripts and pomodoro with local sync 2026-02-14 18:42:20 +01:00
articles feat: great beautiful fixes 2026-02-20 00:37:32 +01:00
C feat: added run sh and makefile scripts 2026-02-22 22:00:50 +01:00
CPP feat: optimized isbn number calculations 2026-02-22 22:19:28 +01:00
linux_configuration leechblock: switch defaults to gist JSON, seed LevelDB directly, block unsupported browsers 2026-02-23 22:00:31 +01:00
phone_focus_mode feat: shell scripts 2026-02-22 16:57:36 +01:00
poker_modifier_app fix(lint): LOG015 - replace root logger with module loggers 2025-11-30 21:59:24 +01:00
pomodoro_app feat: moviepy showcase full 2026-02-21 20:40:33 +01:00
python_pkg feat: added run sh and makefile scripts 2026-02-22 22:00:50 +01:00
scripts feat: added run sh and makefile scripts 2026-02-22 22:00:50 +01:00
sonic_pi feat: text learning pipe 2025-12-27 17:22:17 +01:00
TS feat: great beautiful fixes 2026-02-20 01:17:53 +01:00
.fvmrc fixes for existing scripts and pomodoro with local sync 2026-02-14 18:42:20 +01:00
.gitignore feat: added run sh and makefile scripts 2026-02-22 22:00:50 +01:00
.pre-commit-config.yaml feat: added run sh and makefile scripts 2026-02-22 22:00:50 +01:00
eslint.config.mjs feat: great beautiful fixes 2026-02-20 00:37:32 +01:00
lint_python.sh fix: resolve shellcheck warnings 2025-11-30 13:48:17 +01:00
moviepy_showcase.py feat: moviepy showcase full 2026-02-21 20:40:33 +01:00
package-lock.json feat: great beautiful fixes 2026-02-20 00:37:32 +01:00
package.json feat: great beautiful fixes 2026-02-20 00:37:32 +01:00
pyproject.toml feat: added scripts for generating images for praca magisterska obrona 2026-02-22 13:08:14 +01:00
pytest.ini feat: C engine 2025-09-06 18:26:31 +02:00
requirements-dev.txt fix: correct shebang and executable permissions 2025-11-30 13:42:16 +01:00
requirements.txt Add Anki flashcard generator for Warsaw districts using real OpenStreetMap boundaries (#1) 2026-01-07 22:50:59 +01:00
setup.sh feat: great beautiful fixes 2026-02-20 00:37:32 +01:00
test_input_clean.wav fix: getting rnnoise model 2025-10-12 18:57:55 +02:00
test_input.wav fix: getting rnnoise model 2025-10-12 18:57:55 +02:00