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

Organizations

@vfm-org

Block or report luetage

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. extension_control Public

    Elementary extension manager. Compact design, no superfluous features.

    CSS 67 10

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

    Modular extension. Themes, fixes and modifications.

    JavaScript 25 10

  3. vivaldi_modding Public

    Custom modifications for Vivaldi web browser.

    JavaScript 96 7

  4. Stops websites from hijacking keyboa...
    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...
    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...
    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.