Skip to content

Instantly share code, notes, and snippets.

View joshuadanpeterson's full-sized avatar

Josh Peterson joshuadanpeterson

View GitHub Profile
@joshuadanpeterson
joshuadanpeterson / bookmark_movers.py
Last active January 28, 2023 04:42
bookmark_movers
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
# Change this variable to the text that you want to search for in the bookmark titles and URLs
text = "example"
# Change this variable to the name of the folder that you want to move the bookmarks to
folder_name = "New Folder"
# Start Chrome