mirror of
https://github.com/michivonah/click-guide.git
synced 2025-12-22 22:16:28 +01:00
4 lines
163 B
JavaScript
4 lines
163 B
JavaScript
// Script which is executed on all web pages
|
|
//document.body.style.background = "blue";
|
|
document.body.style.border = "red 20px solid";
|
|
console.log("Ich bin hier")
|