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.
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
| <#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 | |
| #> |
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/
A short animated preview of the bookmarklet in action.
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 | |
| # -*- 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 | |
| # |
Complete EdgeRouter recovery guide covering safe commit workflow, rollback mapping, SSH recovery, firmware rollback, TFTP/USB recovery, failsafe mode, config storage paths, and a full model recovery matrix. Works for all EdgeRouter models and all EdgeOS versions.
- Status: Public feature request
- Scope: Microsoft Copilot (Chat UI - copilot.microsoft.com)
- Type: UX improvement
- Requestor: Michel Sijmons (https://mickert.dev)
- Source: https://gists.mickert.dev/2aaece29b97b917b29c249522776b12b#file-copilot-feature-request-archive-chat-md
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
| /** | |
| * 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 | |
| * |
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
| /** | |
| * 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 |
