mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
parent
a95fae3de8
commit
acc171041d
9 changed files with 120 additions and 9 deletions
|
@ -245,6 +245,7 @@
|
|||
let footCell = document.createElement("td");
|
||||
footCell.colSpan = 3;
|
||||
let newInput = document.createElement("input");
|
||||
newInput.className = "inputURL";
|
||||
newInput.title = extension.getTranslation("inputURL");
|
||||
const addURLSetting = function(){
|
||||
var url = newInput.value.trim();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue