Skip to content
View luetage's full-sized avatar
💢
💢

Organizations

@vfm-org

Block or report luetage

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. extension_control extension_control Public

    Elementary extension manager. Compact design, no superfluous features.

    CSS 68 10

  2. vfm-org/vivaldi-forum-mod vfm-org/vivaldi-forum-mod Public

    Modular extension. Themes, fixes and modifications.

    JavaScript 28 10

  3. vivaldi_modding vivaldi_modding Public

    Custom modifications for Vivaldi web browser.

    JavaScript 113 7

  4. Stops websites from hijacking keyboa... Stops websites from hijacking keyboard shortcuts.
    1
    // ==UserScript==
    2
    // @name        Intercept Shortcuts
    3
    // @namespace   https://gist.github.com/luetage/b6c6fdee713c0b3569e9daa9ee7b73bb
    4
    // @updateURL   https://gist.github.com/luetage/b6c6fdee713c0b3569e9daa9ee7b73bb/raw
    5
    // @supportURL  https://forum.vivaldi.net/post/459981
  5. Collection of bookmarklets for Vival... Collection of bookmarklets for Vivaldi browser command chains. Development version. Get the full recipes here ☛ https://forum.vivaldi.net/post/500553
    1
    // Automatic Line Wrap
    2
    // Automatically switch on wrapping lines in page source.
    3
    
                  
    4
    javascript: (() => {
    5
      document.querySelector("input").click();
  6. Show default cursor over website tex... Show default cursor over website text. Fork/copy of the Opera add-on ☛ https://addons.opera.com/en/extensions/details/cursoradjust/ created by Christoph142.
    1
    // ==UserScript==
    2
    // @name        CursorAdjust
    3
    // @namespace   https://gist.github.com/luetage/7e7a0a6e781550fec30274c46e09ae1b
    4
    // @updateURL   https://gist.github.com/luetage/7e7a0a6e781550fec30274c46e09ae1b/raw
    5
    // @description Show default cursor over website text.