Skip to content

Instantly share code, notes, and snippets.

View antoninvf's full-sized avatar
🙀
insane coding

Anthony antoninvf

🙀
insane coding
View GitHub Profile
@antoninvf
antoninvf / main.yml
Created October 20, 2024 05:03
docker image publish to github packages
name: Docker Image Publish
on:
push:
branches: [ "main" ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
branches: [ "main" ]
@antoninvf
antoninvf / Turn_Wikipedia_Back_To_Normal.js
Created January 20, 2023 23:24
Quick tampermonkey script to turn wikipedia back to normal. Not sure if it works in all scenarios i made this in like 5 minutes.
// ==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==