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

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

  1. extension_control extension_control Public

    Elementary extension manager. Compact design, no superfluous features.

    CSS 62 10

  2. vivaldi_forum_mod vivaldi_forum_mod Public

    Modular extension. Themes, fixes and modifications.

    JavaScript 25 10

  3. vivaldi_modding vivaldi_modding Public

    Custom modifications for Vivaldi web browser.

    JavaScript 77 4

  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.