Skip to content

Instantly share code, notes, and snippets.

View claustromaniac's full-sized avatar
💭
I may be slow to respond.

claustromaniac

💭
I may be slow to respond.
View GitHub Profile
@overdodactyl
overdodactyl / pb_test.html
Last active November 24, 2018 06:34
A simple test, based on access to IndexedDB, to determine if Firefox is in private browsing mode.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>PB Test</title>
<meta name="author" content="overdodactyl">
</head>
<body>
<h1>Private Browsing Test</h1>
<p>This is a simple test, based on access to IndexedDB, to determine if Firefox is in private browsing mode.</p>
@octocat
octocat / .gitignore
Created February 27, 2014 19:38
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #