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
| name: Docker Image Publish | |
| on: | |
| push: | |
| branches: [ "main" ] | |
| # Publish semver tags as releases. | |
| tags: [ 'v*.*.*' ] | |
| pull_request: | |
| branches: [ "main" ] |
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 turn wikipedia back to normal | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description simple quick userscript to turn wikipedia back to the normal one | |
| // @author Flowyan | |
| // @match https://*.wikipedia.org/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=wikipedia.org | |
| // @grant none | |
| // ==/UserScript== |