0.1.57a #203
RobertCraigie
announced in
Announcements
0.1.57a
#203
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Search engine configuration
You can now configure new search engines directly in the Glide config, for example:
With this example you could search using Discogs by focusing the address bar and typing
disc<space>!The
glide.search_engines.add()function takes the same arguments as thechrome_settings_overrides.search_providerweb extension manifest v2 object.Changes
glide.content.execute()paramsglide.o.native_tabs = "hide", or with"autohide"to show the tab bar on hover on Linuxglide.styles.has()glide.styles.get()glide.styles.add('css', { id: '...', overwrite: true }):tab_pinand:tab_unpincommands:config_reloadto apply across all open windowsbrowserAPI on privileged pagesbrowser.tabs.create({ url: "resource://glide-docs/index.html" })glide.bo.hint_sizeso that it correctly applies the styling for the current bufferisending an unnecessary<left>key eventbrowser.contentScripts.register()return value. You can now access it, and callscript.unregister().This discussion was created from the release 0.1.57a.
All reactions