Skip to content

Instantly share code, notes, and snippets.

View phaedonv's full-sized avatar
🟠
Silence, Earthling!My Name Is Darth Vader &I Am An Extraterrestrial From Vulcan!

phaedonv phaedonv

🟠
Silence, Earthling!My Name Is Darth Vader &I Am An Extraterrestrial From Vulcan!
  • Restaurant at the End of the Universe
  • X @phaed0nv
View GitHub Profile
@phaedonv
phaedonv / deluge_theme_note.md
Created August 29, 2019 11:44 — forked from vesche/deluge_theme_note.md
Deluge Dark Theme

Dark Deluge Theme on Arch Linux

sudo pacman -S deluge pygtk

DelugeSimpleDark Theme: http://fav.me/dblwxeh

$ unzip theme.zip
@phaedonv
phaedonv / freenom.com.ddns.sh
Created October 24, 2019 18:14 — forked from a-c-t-i-n-i-u-m/freenom.com.ddns.sh
Dynamic DNS support shell script for freenom.com
#!/bin/bash
# settings
# Login information of freenom.com
freenom_email="main@address"
freenom_passwd="pswd"
# Open DNS management page in your browser.
# URL vs settings:
# https://my.freenom.com/clientarea.php?managedns={freenom_domain_name}&domainid={freenom_domain_id}
freenom_domain_name="domain.name"
@phaedonv
phaedonv / index.html
Created April 20, 2021 16:25
Tunes Of Freedom flipping cards
<script>
function tunes() {
//alert("Thanks for visiting!");
window.open("https://bit.ly/Tunes-Of-Freedom");
}
</script>
<script src="//cdn.jsdelivr.net/npm/sweetalert2@10"></script>
<script src="sweetalert2.all.min.js"></script>
window.onload = function() {
var pageTitle = document.title;
var attentionMessage = '*Come Back!';
var blinkEvent = null;
document.addEventListener('visibilitychange', function(e) {
var isPageActive = !document.hidden;
window.onload = function() {
var pageTitle = document.title;
var attentionMessage = 'Come Back!';
document.addEventListener('visibilitychange', function(e) {
var isPageActive = !document.hidden;
if(!isPageActive){