add properties to the popup
This commit is contained in:
parent
c816540ca0
commit
35af78da86
1 changed files with 2 additions and 2 deletions
|
@ -13,13 +13,13 @@
|
||||||
(function() {
|
(function() {
|
||||||
let settings_HTML = `
|
let settings_HTML = `
|
||||||
<link href="https://swee.codes/style.css" rel="stylesheet" type="text/css">
|
<link href="https://swee.codes/style.css" rel="stylesheet" type="text/css">
|
||||||
<title>Builder settings</title>
|
<title>Builded settings</title>
|
||||||
<br>
|
<br>
|
||||||
<center>
|
<center>
|
||||||
<h1><img src="https://git.swee.codes/swee/Builded/raw/branch/main/Builded-full.svg"> Settings</h1>
|
<h1><img src="https://git.swee.codes/swee/Builded/raw/branch/main/Builded-full.svg"> Settings</h1>
|
||||||
`
|
`
|
||||||
function settings() {
|
function settings() {
|
||||||
let win = window.open("about:blank", "ree", `title=yes`);
|
let win = window.open("about:blank", "ree", `titlebar=yes,menubar=no,height=256px,width=128px,menubar=no,status=no`);
|
||||||
win.document.body.insertAdjacentHTML('afterbegin', settings_HTML);
|
win.document.body.insertAdjacentHTML('afterbegin', settings_HTML);
|
||||||
}
|
}
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
Loading…
Reference in a new issue