Skip to content

Instantly share code, notes, and snippets.

View ALERTua's full-sized avatar
🇺🇦
Fool-stuck QAloper =^.^=

Alexey ALERT Rubashёff ALERTua

🇺🇦
Fool-stuck QAloper =^.^=
View GitHub Profile
@ALERTua
ALERTua / bandcamp_elements_rearrangement.user.js
Last active December 17, 2025 17:28
Rearranges elements in the trackInfoInner div on Bandcamp pages so the player comes first
// ==UserScript==
// @name Bandcamp Element Rearranger
// @namespace http://tampermonkey.net/
// @version 1.0
// @description Rearranges elements in the trackInfoInner div on Bandcamp pages so the player comes first
// @homepage https://gist.github.com/ALERTua/caf678f694584be6e3e7071a54c3186b
// @downloadURL https://gist.githubusercontent.com/ALERTua/caf678f694584be6e3e7071a54c3186b/raw
// @updateURL https://gist.githubusercontent.com/ALERTua/caf678f694584be6e3e7071a54c3186b/raw
// @author https://github.com/ALERTua
// @match *://*.bandcamp.com/*
@ALERTua
ALERTua / power_outage_starts_in.yaml
Created November 15, 2025 10:17
power outage starts in
alias: Power Outage Starts in
description: ""
triggers:
- event: start
offset: "-2:0:50"
entity_id: calendar.planned_outages_kiiv_dtek_3_1
trigger: calendar
enabled: false
- event: start
offset: "-1:0:50"
@ALERTua
ALERTua / dou-ua-user-blocker.user.js
Last active December 2, 2025 09:38
Block users on DOU.ua forums and hide their comments
// ==UserScript==
// @name DOU.ua Forum User Blocker
// @namespace http://tampermonkey.net/
// @version 1.0.20
// @description Block users on DOU.ua forums and hide their comments
// @author You
// @homepage https://gist.github.com/ALERTua/e555998e9c47d99d2bf470f5c9afb3fc
// @downloadURL https://gist.githubusercontent.com/ALERTua/e555998e9c47d99d2bf470f5c9afb3fc/raw
// @updateURL https://gist.githubusercontent.com/ALERTua/e555998e9c47d99d2bf470f5c9afb3fc/raw
// @match *.dou.ua/forums/topic/*
@ALERTua
ALERTua / SteamWorkshopAuthorFilter.user.js
Last active August 12, 2025 11:24
Steam Workshop Author Filter: Filter Steam Workshop items by author to hide inappropriate content
// ==UserScript==
// @name Steam Workshop Author Filter
// @namespace http://tampermonkey.net/
// @version 1.0.1
// @description Filter Steam Workshop items by author to hide inappropriate content
// @author You
// @match https://steamcommunity.com/workshop/browse/*
// @grant none
// ==/UserScript==