This repository has been archived on 2023-10-17. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/.config/startpages/wrk/script.js

4 lines
120 B
JavaScript

function search() {
window.location.href = "https://duckduckgo.com/?q=" + document.getElementById("search").value
}