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
window.onload = function() { | |
var pageTitle = document.title; | |
var attentionMessage = 'Come Back!'; | |
document.addEventListener('visibilitychange', function(e) { | |
var isPageActive = !document.hidden; | |
if(!isPageActive){ |
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
window.onload = function() { | |
var pageTitle = document.title; | |
var attentionMessage = '*Come Back!'; | |
var blinkEvent = null; | |
document.addEventListener('visibilitychange', function(e) { | |
var isPageActive = !document.hidden; |
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
<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> |
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
#!/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" |
sudo pacman -S deluge pygtk
DelugeSimpleDark Theme: http://fav.me/dblwxeh
$ unzip theme.zip