Files
webextensions-examples/borderify/borderify.js
2016-01-14 15:06:44 -08:00

5 lines
96 B
JavaScript

/*
Just draw a border round the document.body.
*/
document.body.style.border = "5px solid red";