Skip to content

Instantly share code, notes, and snippets.

View ksgwxfan's full-sized avatar

Kyle Gentry ksgwxfan

View GitHub Profile
@ksgwxfan
ksgwxfan / kiwi_fullscreen_toolbar_shortcut.js
Last active March 23, 2024 20:41
Fullscreen Toolbar Shortcut for Kiwi mobile browser
// "create new action" in toolbar shortcut settings
// give your shortcut a name and paste following code
// add this in the code section and make sure this option
// is selected to run when the shortcut key is pressed.
// Made by ksgwxfan (with some help from search results/how-to).
// Modify/use how you'd like as long as it is for personal use
// or with good or legal intentions.
// For CSS, use inline elements and use Object.assign for
// attribute creation. Otherwise it may not work right.