728x90
반응형
import webbrowser
import time
list1 = [
"https://blog.naver.com/PostView.naver?blogId=jarid2292",
"https://jarid2292.tistory.com/1888",
]
url = "https://jarid2292.tistory.com/1888"
chrome_path="C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe"
webbrowser.register('chrome', None, webbrowser.BackgroundBrowser(chrome_path))
webbrowser.get('chrome').open("https://www.google.com")
webbrowser.get('chrome').open(url)
#webbrowser.open("https://jarid2292.tistory.com/1888")
#for url in list1:
# webbrowser.open(url)
# time.sleep(2)
728x90
반응형
'hacking sorcerer' 카테고리의 다른 글
젤리 먹자 젤리 먹자 냠냠~ (0) | 2022.11.05 |
---|---|
온 세상을 점령한 사이보그 (0) | 2022.11.05 |
준희는 귀여워? (0) | 2022.11.02 |
드림핵 Memory Corruption: Stack Buffer Overflow 설명 (0) | 2022.11.02 |
드림핵 Quiz: x86 Assembly 2 정리 (0) | 2022.11.01 |