title | link | meta_description | meta_image | lang | tags |
---|---|---|---|---|---|
aes·thet·ic |
aesthetic |
while purists may not like it, i don't see any way of stopping this newest slang usage of "aesthetic" |
en |
culture |
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
/* Settings */ | |
:root { | |
--color-dark: #1a1a1a; | |
--color-light: #fafafa; | |
--color-primary: #1a0dab; | |
--spacing: 1rem; | |
--font-stack: system-ui; | |
--max-width: 700px; | |
} |
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
addEventListener("DOMContentLoaded", () => { | |
document.querySelectorAll('*').forEach(element => { | |
Array.from(element.childNodes).filter(node => node.nodeType === Node.TEXT_NODE).forEach(node => { | |
node.nodeValue = node.nodeValue | |
.replace(/ ʕ•ᴥ•ʔ/g, "") | |
.replace(/Made with/g, "powered by"); | |
}); | |
}); | |
}); |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Current Day</title> | |
</head> | |
<body> | |
<h2 id="currentDay"></h2> | |
<script> | |
var today = new Date(); | |
var dayNumber = today.getDay(); |
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
.mwai-name .mwai-avatar { | |
display:none !important; | |
} | |
.mwai-name .mwai-avatar { | |
display:none !important; | |
} | |
.mwai-input { | |
border-top: none !important; | |
margin: -10px; |
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
// Add this to the top of your functions.php file | |
// WP Session | |
function register_my_session(){ | |
if( !session_id()){ | |
session_start(); | |
} | |
} |
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
` | |
/* mwai iOS-like chat bubble (dark mode) */ | |
.mwai-conversation { | |
padding: 5px; | |
overflow: hidden !important; | |
} | |
.mwai-chat .mwai-ai code { | |
padding-bottom:20px; |
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
<div class="wp-container-5 wp-block-columns are-vertically-aligned-top is-not-stacked-on-mobile"><div class="wp-container-1 wp-block-column is-vertically-aligned-top"> | |
<iframe style="height:20px;" src="https://react.jotzilla.net/info-button/info-post/3" title="iframe embed" allowfullscreen="" loading="lazy" scrolling="no" frameborder="0"></iframe></div><div class="wp-container-2 wp-block-column is-vertically-aligned-top"> | |
<iframe style="height:20px;" src="https://react.jotzilla.net/raise-button/raise-post/3" title="iframe embed" allowfullscreen="" loading="lazy" scrolling="no" frameborder="0"></iframe></div><div class="wp-container-3 wp-block-column is-vertically-aligned-top"> | |
<iframe style="height:20px;" src="https://react.jotzilla.net/love-button/love-post/3" title="iframe embed" allowfullscreen="" loading="lazy" scrolling="no" frameborder="0"></iframe></div><div class="wp-container-4 wp-block-column is-vertically-aligned-top"> | |
<iframe style="height:20px;" src="https://react.jotzilla.net/dislike-button/disl |
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
var x, i, j, l, ll, selElmnt, a, b, c; | |
/*look for any elements with the class "custom-select":*/ | |
x = document.getElementsByClassName("custom-select"); | |
l = x.length; | |
for (i = 0; i < l; i++) { | |
selElmnt = x[i].getElementsByTagName("select")[0]; | |
ll = selElmnt.length; | |
/*for each element, create a new DIV that will act as the selected item:*/ | |
a = document.createElement("DIV"); | |
a.setAttribute("class", "select-selected"); |
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
silence is golden |
NewerOlder