Skip to content

Instantly share code, notes, and snippets.

View oskarkrawczyk's full-sized avatar
🫣
That shouldn't be working but it does

Oskar Krawczyk oskarkrawczyk

🫣
That shouldn't be working but it does
View GitHub Profile
<div class="WARNING_top">
<span class="b">JavaScript is disabled in your browser. This will degrade or remove some of the website's functionality. Try enabling JavaScript.</span>
<span class="a">JavaScript is disabled in your browser. This will degrade or remove some of the website's functionality. Try <a title="" href="https://www.google.com/adsense/support/bin/answer.py?hl=en&amp;answer=12654">enabling JavaScript</a>.</span>
</div>
/*
Array.each_asynchronously
Description:
Works just like Array.each except runs each iteration on a specified delay.
This means that script execution will continue in between each iteration,
rather than halting until the full array has been processed.
Arguments:
- fn: (function) The function to execute on each item in the array. It is
From 14992ce9ca55929dd0fc3a703f69137eb9813a98 Mon Sep 17 00:00:00 2001
From: Oskar Krawczyk <oskar.krawczyk@gmail.com>
Date: Thu, 29 Jan 2009 11:53:34 +0000
Subject: [PATCH] Added the theme
---
Twilight.css | 191 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 191 insertions(+), 0 deletions(-)
create mode 100644 Twilight.css