handle Socialnetworkmaintaining from Irssi script (motivated by newly created wiki page)

master
Fabien Benetou 13 years ago
parent 82bb4a414e
commit ee5dbdcfee
  1. 2
      greasemonkey/virtualblinders.user.js

@ -42,7 +42,7 @@ function responseCheck(task) {
timeThreshold = 600; timeThreshold = 600;
aboveThreshold = ( timeThreshold < time_spent ); aboveThreshold = ( timeThreshold < time_spent );
aboveThreshold = true; //kept until actived to maintain previous behavior aboveThreshold = true; //kept until actived to maintain previous behavior
if (task == 'Reading\n' || task == 'Programming\n'){ if (task == 'Reading\n' || task == 'Programming\n' || task == 'Socialnetworkmaintaining\n'){
if ( !aboveThreshold ) { if ( !aboveThreshold ) {
//under threshold, just display a warning and the content //under threshold, just display a warning and the content
document.body.innerHTML="You should be focusing on <a href=\""+cognitiveEnvironmentURL+task+"\">" document.body.innerHTML="You should be focusing on <a href=\""+cognitiveEnvironmentURL+task+"\">"

Loading…
Cancel
Save