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
version: '3' | |
services: | |
nginx: | |
labels: | |
- "traefik.enable=true" | |
- "traefik.http.routers.provys-transformer.rule=Host(`www.example.com`)" | |
- "traefik.http.routers.provys-transformer.tls=true" | |
networks: | |
- traefik |
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 RollTogether Helper | |
// @namespace http://pabl.eu/ | |
// @version 1.2 | |
// @description try to take over the world! | |
// @author @pblop | |
// @match https://www.crunchyroll.com/es/watch/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=crunchyroll.com | |
// @grant none | |
// ==/UserScript== |