mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
parent
7cd89dec99
commit
7037804b6f
5 changed files with 13 additions and 3 deletions
|
@ -68,7 +68,9 @@
|
|||
value: "^" + url.replace(/([\\+*?[^\]$(){}=!|.])/g, "\\$1") + "$"
|
||||
};
|
||||
});
|
||||
choices.unshift(domain);
|
||||
if (domain){
|
||||
choices.unshift(domain);
|
||||
}
|
||||
return modalChoice(
|
||||
selectText,
|
||||
choices
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue