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
Matches: (india AND (dear OR sir OR madam OR partner) AND (seo OR "web design" OR "web solution" OR "web marketing" OR outsource OR outsourcing)) | |
Do this: Skip Inbox, Apply label "+SPAM", Never mark it as important |
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
if(window.history && window.history.pushState) window.history.pushState({}, document.title, url); |
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
Two guys are sitting at a bar. | |
"You know why I love this bar?" asks the first one. | |
"No," says the second guy. "Why do you love this bar?" | |
The first guy points at the window, which is six stories above the ground. "It has a magic window," he says. "You jump out of that window, and you can fly." | |
The second guy just shakes his head. "Shut up." |
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
Matches: | |
subject:(-{"Direct Message"}) | |
( | |
from:facebookmail.com OR | |
from:linkedin.com OR | |
from:foursquare.com OR | |
from:postmaster.twitter.com OR | |
from:twitter.com OR | |
from:meetup.com OR | |
from:friendfeed.com OR |
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
/******************************* | |
Site Overrides | |
*******************************/ | |
/* <meter> */ | |
meter { | |
/* Reset the default appearance */ | |
// -webkit-appearance: none; /* this breaks Chrome v52+ http://blog.chromium.org/2016/06/chrome-52-beta-css-containment-simpler.html */ | |
-moz-appearance: none; | |
appearance: none; |
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
REM Requires 7zip or NanaZip to be installed | |
@echo off | |
set datestamp=%DATE:~10,4%%DATE:~4,2%%DATE:~7,2% | |
cd C:\WSL-Backup | |
echo "Exporting WSL image..." | |
wsl --export Ubuntu-20.04 .\Ubuntu-20.04.tar | |
echo "Zipping WSL export..." |