All the tobacco feelings
Tobacco smells,
We are inside while outside is chaos, noisy people, silent night.
Strange tattoo,
Dont know who’s that, the story behind.
All the wonders in my mind, sparks in my life, too bad to just waste them 所有我脑海中的奇观, 生活中的那些火花, 浪费不是可惜了? Creations in My Mind, Sparks in My Life, Not Wasted
Tobacco smells,
We are inside while outside is chaos, noisy people, silent night.
Strange tattoo,
Dont know who’s that, the story behind.
powercfg /batteryreport /output “C:battery_report.html”
when press back button, safari will navigate to the page that is same as when we leave, we don't want that, use this code!
window.onpageshow = function(event) {
if (event.persisted) {
window.location.reload()
}
};
so, I'm with my friend sheraze chatting, and we've found that concrete (yes, the one hard as rock, to build the house) can do many things.
Concrete is like a superpower -Shéraze
yes it is.
it's all started when we found this
https://www.wikihow.com/Open-a-Can-Without-a-Can-Opener
i'm shocked when saw this method, and don't believe it at all, so does sheraze.
but still decide to try it, so after a few seconds, the can opened, it works?!!!
this shocked us.
second part later
use this css
.modal-open .container {
-webkit-filter: blur(5px) grayscale(90%);
filter: blur(5px) grayscale(90%);
}
from stackoverflow: https://stackoverflow.com/questions/54122806/how-to-make-background-blur-when-html-popup-modal-opens