Skip to content

Instantly share code, notes, and snippets.

View mickert's full-sized avatar
🎯
Focusing

Michel Sijmons mickert

🎯
Focusing
View GitHub Profile
@mickert
mickert / New-A1Wrapper.ps1
Last active March 4, 2026 22:06
Run any .ps1 PowerShell script within Action1 using a safe wrapper generator with AST‑based param detection and Base64 embedding. (c) 2026 Michel Sijmons - https://mickert.dev - License: Apache 2.0
<#PSScriptInfo
.VERSION 1.0.0
.GUID 2c7b0e5a-1c3d-4a7f-9f0f-9b8c2f7d2b11
.AUTHOR Michel Sijmons (ZyntriOps)
.COMPANYNAME ZyntriOps
.COPYRIGHT Copyright (c) 2026 Michel Sijmons - https://mickert.dev
.LICENSEURI http://www.apache.org/licenses/LICENSE-2.0
.PROJECTURI https://zyntriops.com
.TAGS action1;wrapper;automation;zyntriops;powershell
#>
@mickert
mickert / README.md
Last active March 4, 2026 23:19
PowerShell script to install, update, downgrade, or uninstall smartmontools on Windows with GitHub API discovery, silent install, MD5 validation, JSON output, and optional cleanup. (c) 2026 Michel Sijmons - https://mickert.dev - License: Apache 2.0

PowerShell License Status Windows

A robust PowerShell script to install, update, downgrade, or uninstall smartmontools on Windows systems.
Supports GitHub API release discovery, silent installation, MD5 validation, downgrade logic, JSON output, and optional cleanup.

@mickert
mickert / README.md
Last active February 20, 2026 10:28

Instantly cleans the BloFin trading UI by hiding the announcement banner and enabling "No Preview".

Not using BloFin? Go check it out for low fees and liquid markets: https://blofin.com/

Demo

BloFin-UI-Cleaner--Bookmarklet

A short animated preview of the bookmarklet in action.

@mickert
mickert / check_openssl_version.py
Last active February 1, 2026 02:02
Non-exhaustive analysis of Microsoft product exposure to OpenSSL CVEs (Jan 27, 2026)
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Copyright 2026 Michel Sijmons - https://mickert.dev
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
@mickert
mickert / edgerouter-recovery-guide-safe-commit-rollback-ssh-tftp-usb.md
Last active January 30, 2026 08:45
Comprehensive EdgeRouter recovery guide covering safe commit workflow, rollback mapping, SSH recovery mode, firmware rollback, TFTP/USB recovery, failsafe mode, and full config storage paths. Includes a model-by-model recovery matrix and official support links for all EdgeRouter devices and EdgeOS versions. Ideal for restoring broken configurati…
@mickert
mickert / copilot-feature-request-archive-chat.md
Last active January 25, 2026 11:26
Feature request for Microsoft Copilot: add a simple "Archive Chat" or "Hide Chat" option to clean up the chat list without deleting conversations.
@mickert
mickert / cloudflare-redirect-rules-guide-dynamic-utm-referrer.md
Created January 22, 2026 19:30
Fully working Cloudflare redirect template with path passthrough, UTM tracking, referrer support, and curl test examples. Includes setup guide and Apache 2.0 license. Tags: cloudflare redirect rules utm referrer passthrough dynamic-expression no-workers github gist analytics

Cloudflare Status UTM Referrer License

Cloudflare Redirect Rules: Path Passthrough, UTM Tracking & Referrer Tracking (No Workers)

A production-ready Cloudflare redirect expression that:

@mickert
mickert / tcl-google-tv-usb-ethernet-compatibility.md
Last active January 22, 2026 21:24
USB-C / USB-A Ethernet Adapter Compatibility on TCL 55MQLED85K (Google TV)

Scope Adapters Network Platform Last Updated

USB-C / USB-A Ethernet Adapter Compatibility on TCL 55MQLED85K (Google TV)

Real-world tested chipsets, hardware IDs, and setup details

This document lists confirmed working USB Ethernet adapters on the TCL 55MQLED85K (Google TV

@mickert
mickert / defender-family-bulk-dismiss-alerts.js
Last active January 22, 2026 21:25
JavaScript automation script to bulk‑dismiss Microsoft Defender Family phishing alerts. Supports Dutch and English UI, regex‑based matching, adaptive backoff, and safe DevTools execution. Ideal for clearing repeated “phishing link blocked” notifications automatically. ### Changelog - 2026‑01‑17: Initial public release with regex-based NL/EN matc…
/**
* Bulk-dismiss Microsoft Defender Family phishing alerts automatically using a
* JavaScript automation script that runs safely in your browser's DevTools console.
*
* Features:
* - Clears repeated "phishing link blocked" notifications
* - Supports Dutch and English Defender Family UI
* - Regex-based matching for UI changes
* - Adaptive backoff for rate-limited dismiss actions
*
@mickert
mickert / directus-startserver-named-pipe-port-fix.js
Last active January 22, 2026 22:14
Directus 9.9 → 10+ startup patch for IIS, IISNode, Passenger (Plesk), Windows named pipes, and UNIX sockets (ERR_SOCKET_BAD_PORT fix). Includes workaround for “Package subpath './server' is not defined by exports” and DEP0005 deprecation warnings.
/**
* Directus Server Bootstrap Patch & Deployment Fixes (Directus 9.9 → 10+)
* -----------------------------------------------------------------------
* A consolidated workaround for multiple Directus startup and deployment
* issues commonly encountered on Passenger (Plesk), IISNode, Windows named
* pipes, and UNIX socket environments.
*
* This patch improves reliability when running Directus behind reverse
* proxies, on shared hosting, or in environments where Directus incorrectly
* interprets named pipes as numeric ports. It also filters noisy Node.js