Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Title + url + TimeDate + FixedText + Selected text of chrome
#3
You don't even need tabcopy extension at all for this

Code:
Copy      Help
int w=wait(3 WV win("- Google Chrome" "Chrome_WidgetWin_1"))
Acc a.Find(w "DOCUMENT" "" "" 0x3000 3)
str title=a.Name
str url =a.Value
str td.timeformat("{hh:mm tt} - {ddMMMyy}")
act w
str contents.getsel(0 0 0)
str result=F"{title}[]{url}[]{td}[](MY CHROME COPIED CONTENTS)[][]{contents}"
out result;; just here to show output in qm not needed
result.setclip


Messages In This Thread
RE: Title + url + TimeDate + FixedText + Selected text of chrome - by Kevin - 10-02-2020, 12:30 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)