Forums

Discuss all things Remember The Milk.

RTM Most Important Task

wouter.mooij says:
Some of my List are full of items, which can be very distracting.
To focus on the most important one (the top one), I've created a bookmarklet. The result of this is, that only the top task is visible and the rest of the website is dimmed.

To use it, create a new bookmark, edit the bookmark and replace the current url with this:

javascript:(function(){%20%20%20if(document.getElementById('wmbackgroundRTMMIT')%20==%20null){%20%20var%20tasksDiv%20=%20document.getElementById('tasks');%20var%20mitText%20=%20tasksDiv.getElementsByTagName('td')[3].getElementsByTagName('span')[1].textContent.replace(/^\s+|\s+$/g,"");%20var%20mitTags=%20tasksDiv.getElementsByTagName('td')[3].getElementsByTagName('span')[0].textContent.replace(/^\s+|\s+$/g,"");%20%20var%20backgroundDiv%20=%20document.createElement('div');%20%20backgroundDiv.id%20=%20"wmbackgroundRTMMIT";%20%20backgroundDiv.textContent%20=%20"%20";%20%20%20backgroundDiv.style.height%20=%20"100%";%20%20%20%20backgroundDiv.style.left="0";%20%20%20%20%20backgroundDiv.style.backgroundColor%20=%20"#000000";%20%20%20%20%20backgroundDiv.style.position%20=%20"fixed";%20%20%20%20%20backgroundDiv.style.top%20=%20"0";%20%20%20%20%20backgroundDiv.style.width%20=%20"100%";%20%20%20%20%20backgroundDiv.style.zIndex%20=%20"100";%20%20%20%20%20backgroundDiv.style.opacity%20=%20"0.95";%20backgroundDiv.align=%20"center";%20%20document.body.appendChild(backgroundDiv);%20%20var%20mitTagsDiv%20=%20document.createElement('div');%20%20mitTagsDiv.textContent%20=%20mitText;%20%20mitTagsDiv.innerHTML%20=%20mitTags%20+%20""%20;%20%20%20mitTagsDiv.style.left="0";%20%20%20%20mitTagsDiv.style.fontFamily=%20"verdana,arial,helvetica,sans-serif";%20%20mitTagsDiv.style.fontSize%20=%20%20"15px";%20%20mitTagsDiv.style.color%20=%20%20"#0060BF";%20%20mitTagsDiv.style.backgroundColor%20=%20"white";%20%20mitTagsDiv.style.opacity%20=%20"1";%20%20%20%20%20%20mitTagsDiv.style.position%20=%20"relative";%20%20%20%20%20mitTagsDiv.style.top%20=%20"150px";%20%20%20%20%20mitTagsDiv.style.zIndex%20=%20"101";%20%20backgroundDiv.appendChild(mitTagsDiv);%20%20var%20mitDiv%20=%20document.createElement('div');%20%20mitDiv.textContent%20=%20mitText;%20%20mitDiv.innerHTML%20=%20mitDiv.innerHTML%20+%20"";%20%20%20mitDiv.style.left="0";%20%20%20%20mitDiv.style.fontFamily=%20"verdana,arial,helvetica,sans-serif";%20%20mitDiv.style.fontSize%20=%20%20"31px";%20%20mitDiv.style.backgroundColor%20=%20"white";%20%20mitDiv.style.opacity%20=%20"1";%20%20%20%20%20%20mitDiv.style.position%20=%20"relative";%20%20%20%20%20mitDiv.style.top%20=%20"150px";%20%20%20%20%20mitDiv.style.zIndex%20=%20"101";%20%20backgroundDiv.appendChild(mitDiv);%20%20%20%20var%20closeButton%20=%20document.createElement('input');%20%20closeButton.type%20=%20"button";%20%20closeButton.value%20=%20"Close";%20%20mitDiv.appendChild(closeButton);%20%20closeButton.addEventListener('click',function%20()%20{%20%20%20document.body.removeChild(backgroundDiv);%20%20},false);%20}%20%20})();

Tested with FireFox and Chrome.

Good luck focusing!





Posted at 9:21am on July 14, 2010
Log in to post a reply.