spectabular/popup.js

4 lines
167 B
JavaScript
Raw Normal View History

2015-02-09 00:39:48 +00:00
document.addEventListener('DOMContentLoaded', function() {
document.getElementById("text").textContent = "I'm just an excentsion. Sitting here in Google Chrome";
});