defaults write com.apple.iTunes NSUserKeyEquivalents -dict-add "Target Search Field" "@F"
You have to restart iTunes to make it work.
defaults write com.apple.iTunes NSUserKeyEquivalents -dict-add "Target Search Field" "@F"
git rm --cached <file>
var nodes = document.body.childNodes,
comments = [];
for (var i = 0; i < nodes.length; i++) {
// if the nodeType is 8
if (nodes[i].nodeType == 8) {
// this is a comment
comments.push(nodes[i]);
}
}
interface Comment : CharacterData {
};
...
readonly attribute DOMString nodeName;
attribute DOMString nodeValue;
...
comments[0].nodeValue