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 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/* |
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
| 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" |
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 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/* |