Skip to content

Instantly share code, notes, and snippets.

@jnewman
Last active December 16, 2015 02:49

Revisions

  1. jnewman revised this gist Apr 12, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion unassigned-red.js
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    javascript:[].forEach.call(document.querySelectorAll('.storyItem'),function(n){if(!n.querySelector('.storyOwnerInitials')){n.style.backgroundColor='#f00'}});
    javascript:[].forEach.call(document.querySelectorAll('.story'),function(n){if(!n.querySelector('.owner')){console.info(n);n.style.color='#f00'}});
  2. jnewman revised this gist Apr 11, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion unassigned-red.js
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    ;[].forEach.call(document.querySelectorAll('.storyItem'),function(n){if(!n.querySelector('.storyOwnerInitials')){n.style.backgroundColor='#f00'}});
    javascript:[].forEach.call(document.querySelectorAll('.storyItem'),function(n){if(!n.querySelector('.storyOwnerInitials')){n.style.backgroundColor='#f00'}});
  3. jnewman created this gist Apr 11, 2013.
    1 change: 1 addition & 0 deletions unassigned-red.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    ;[].forEach.call(document.querySelectorAll('.storyItem'),function(n){if(!n.querySelector('.storyOwnerInitials')){n.style.backgroundColor='#f00'}});