hide link previews in Locals posts
This commit is contained in:
@@ -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 != ""){
|
||||
|
||||
Reference in New Issue
Block a user