I hereby claim:
- I am andre-paulo98 on github.
- I am andrepaulo (https://keybase.io/andrepaulo) on keybase.
- I have a public key whose fingerprint is 52D4 2192 4881 F517 7DDA DCDC 5398 4247 D11E C04F
To claim this, I am signing this object:
| // ==UserScript== | |
| // @name Redirect to New Minecraft Wiki | |
| // @namespace https://gist.github.com/andre-paulo98/6d2cd3875d88c9435e2ab594a3f4d0dc | |
| // @version 1.0 | |
| // @description Redirect automatically from the old Minecraft Wiki (Fandom) to the new Wiki | |
| // @author andre-paulo98 | |
| // @match https://minecraft.fandom.com/wiki/* | |
| // @icon https://minecraft.wiki/favicon.ico | |
| // @run-at document-start | |
| // @grant none |
| 0.0.0.0 www.youtube.com | |
| 0.0.0.0 youtube.com | |
| 0.0.0.0 facebook.com | |
| 0.0.0.0 www.facebook.com | |
| 0.0.0.0 instagram.com | |
| 0.0.0.0 www.instagram.com | |
| 0.0.0.0 twitch.tv |
I hereby claim:
To claim this, I am signing this object:
| https://stackoverflow.com | |
| https://serverfault.com | |
| https://superuser.com | |
| https://meta.stackexchange.com | |
| https://webapps.stackexchange.com | |
| https://gaming.stackexchange.com | |
| https://webmasters.stackexchange.com | |
| https://cooking.stackexchange.com | |
| https://gamedev.stackexchange.com | |
| https://photo.stackexchange.com |
| <?php | |
| header("HTTP/1.1 503 Service Temporarily Unavailable"); | |
| header("Status: 503 Service Temporarily Unavailable"); | |
| header("Retry-After: 300"); | |
| ?> | |
| <!doctype html> | |
| <title>Site Maintenance</title> | |
| <meta http-equiv="refresh" content="300"> | |
| <style> | |
| body { text-align: center; padding: 20px; } |