Changeset 24667
- Timestamp:
- 11/23/08 02:32:45 (7 weeks ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/vimperator-plugins/trunk/blinkelement.js
r24664 r24667 43 43 const color = liberator.globalVariables.blink_element_color || 'red'; 44 44 const opacity = liberator.globalVariables.blink_element_opacity || 0.5; 45 const doc = content.document;46 45 47 46 function setBlink(element) { 47 let doc = content.document; 48 48 let div = doc.createElement('div'); 49 49 div.className = 'vimp_plugin_blinkelement';
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)