A lightweight FiveM browser script that enhances your server with two essential utilities:
📋 Copy strings to the clipboard
🌍 Open URLs in the browser
- Open URLs: Seamlessly open any URL directly from your FiveM server.
- Set Clipboard: Effortlessly copy text to the user's clipboard for convenience.
- Clone or download this repository.
- Place the resource folder in your server's
resources
directory. - Type
ensure browser
in your server console.
Set clipboard
exports.browser:setClipboard("foo")
Open URL
exports.browser:openURL("https://ohlson.dev")
This project is licensed under the MIT License. Feel free to use, modify, and distribute this script in your projects.
Contributions are welcome! If you find a bug, have a suggestion, or want to add a feature, open an issue or submit a pull request.