hide link previews in Locals posts

main
Yuriy 3 months ago
parent b540942eea
commit a8358ffef9

@ -65,7 +65,12 @@ if(Status){
Return
}
; click the "Hide Links Preview" checkbox to hide previews of hyperlinks
if(InStr(PostBody, "https")){
Xpath = (//div[@class='hide-switcher-container'])[1]
Status := Selenium_LoopToClickXpath(Xpath:=Xpath,NumOfLoops:=1,SleepLength:=100)
}
if(ImageAttachmentFilepath != ""){

Loading…
Cancel
Save