Skip to content

Instantly share code, notes, and snippets.

View andre-paulo98's full-sized avatar
🎯
Focusing

André Paulo andre-paulo98

🎯
Focusing
View GitHub Profile
@andre-paulo98
andre-paulo98 / minecraftwiki.user.js
Last active September 26, 2023 12:06
Redirect automatically from the old Minecraft Wiki (Fandom) to the new Wiki https://greasyfork.org/en/scripts/476065-redirect-to-new-minecraft-wiki
// ==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
@andre-paulo98
andre-paulo98 / hosts
Created January 12, 2023 10:08
Pi-hole - Distractions List
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

Keybase proof

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:

@andre-paulo98
andre-paulo98 / Full List
Created July 25, 2019 22:41
All StackExchange Sites (25/07/2019)
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
@andre-paulo98
andre-paulo98 / maintenance.php
Last active March 31, 2017 16:38 — forked from pitch-gist/gist:2999707
HTML: Simple Maintenance Page
<?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; }