Skip to content

Instantly share code, notes, and snippets.

View nvaken's full-sized avatar

Niels van Aken nvaken

View GitHub Profile
@nvaken
nvaken / Stylefile.yml
Created August 1, 2018 19:09
Customizations for 10uur.nl via StyleURL.
---
version: 1.0
domains:
- 10uur.nl
url_patterns:
- 10uur.nl/*
timestamp: '2018-08-01T19:09:09Z'
id: K2AI
redirect_url: https://10uur.nl/
shared_via: StyleURL - (https://styleurl.app) import and export CSS changes from Chrome
@nvaken
nvaken / gist:fb578b7f50a77e024635d3d25c43a997
Created February 10, 2017 13:40
rules_og_member_unsubscribe_class - Fixed version?
{ "rules_og_member_unsubscribe_class" : {
"LABEL" : "Class OG member unsubscribe",
"PLUGIN" : "reaction rule",
"OWNER" : "rules",
"TAGS" : [ "class", "og", "opigno" ],
"REQUIRES" : [ "rules", "rules_conditional", "opigno", "og" ],
"ON" : { "og_user_delete" : [] },
"IF" : [
{ "entity_is_of_type" : { "entity" : [ "og-membership:group" ], "type" : "node" } },
{ "node_is_of_type" : {
### Keybase proof
I hereby claim:
* I am nvaken on github.
* I am nvaken (https://keybase.io/nvaken) on keybase.
* I have a public key whose fingerprint is 9977 4075 7C24 9F7C 0BD1 BE60 B14B E58D D815 B5D3
To claim this, I am signing this object:
@nvaken
nvaken / Een super leuke test file
Created January 24, 2011 14:59
Dit is alleen even een kleine test
<?php
if ($test) {
echo "test";
}
else {
echo "geen test";
}
echo ' nice..';