spectabular/popup.js
2015-02-08 19:41:45 -05:00

4 lines
167 B
JavaScript

document.addEventListener('DOMContentLoaded', function() {
document.getElementById("text").textContent = "I'm just an excentsion. Sitting here in Google Chrome";
});