mirror of
https://github.com/vladmandic/automatic
synced 2026-09-18 16:54:33 +02:00
Further refined regexp pattern
This commit is contained in:
@@ -4,7 +4,7 @@ let lastHeadImg = null;
|
||||
|
||||
let notificationButton = null;
|
||||
|
||||
const regExpTempImage = /\/tmp.*\.png$/g;
|
||||
const regExpTempImage = /(?<=\/|\\)tmp[\w\d]{8}\.png$/gm;
|
||||
|
||||
onUiUpdate(function(){
|
||||
if(notificationButton == null){
|
||||
|
||||
Reference in New Issue
Block a user