Changeset 26124
- Timestamp:
- 12/08/08 20:59:55 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/vimperator-plugins/trunk/happy_hacking_vimperator.js
r26122 r26124 138 138 function kill (msg) { 139 139 return function (event) { 140 if (ignore )140 if (ignore || !damn(event)) 141 141 return; 142 142 event.preventDefault(); … … 147 147 } 148 148 149 if (liberator.plugins.happy_hacking_vimperator) { 150 meows.forEach(fuck); 151 return; 152 } else { 153 liberator.plugins.happy_hacking_vimperator = 'Happy Hacking!'; 154 } 149 function damn (event) 150 !/^(script|embed)$/i.test(event.target.tagName); 155 151 156 152 let (opt = options.get('go'))
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)