Skip to content
View xss's full-sized avatar

Block or report xss

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. userChrome.css@Fx: Firefox Quantum (... userChrome.css@Fx: Firefox Quantum (57+) "App Mode"
    1
    /**
    2
     * DESCRIPTION
    3
     * Contrary to Chromium, Firefox does not provide any kind of native App Mode.
    4
     * The solutions for this found throughout the internet of hiding navbar,
    5
     * menubar, tabbar, and whatnot, certainly work for certain situations.
  2. UserScript: IMDb.com - Adds IMDb Cod... UserScript: IMDb.com - Adds IMDb Code at the top right of the IMDB page for copying it to clipboard for use in movie search engines
    1
    // ==UserScript==
    2
    // @name         Adds IMDb Code at the top right of the IMDB page for copying it to clipboard for use in movie search engines
    3
    // @namespace    http://tampermonkey.net/
    4
    // @version      0.3
    5
    // @description  try to take over the world!
  3. userChrome.css@Fx: Firefox Quantum 8... userChrome.css@Fx: Firefox Quantum 89+ multi-row tab bar tweaks, fully scrollable
    1
    /*
    2
      To find element classes and ids, see this guide:
    3
      https://github.com/Aris-t2/CustomCSSforFx#how-to-find-item-ids-and-attributes
    4
    5
      Aris-t2's repo is also a very good and massive resource for Fx CSS tweaks
  4. UserScript: Lieferando.de - Colorize... UserScript: Lieferando.de - Colorize restaurants unavailable for immediate order
    1
    // ==UserScript==
    2
    // @name         Lieferando.de - Colorize restaurants unavailable for immediate order
    3
    // @namespace    http://lieferando.de/
    4
    // @version      0.1
    5
    // @description  When hungry, I don't care about restaurants in the list that are not open, only open later that day. Colorize those restaurants to make them distinguishable in the restaurants list and not accidentally trying to order something.
  5. userChrome.css@Tb: Fixes for Thunder... userChrome.css@Tb: Fixes for Thunderbird dark theme
    1
    /* Highlight Folders is subfolders have unread messages */
    2
    treechildren::-moz-tree-cell-text(subfoldersHaveUnreadMessages-true) {
    3
      color: red !important;
    4
    }
    5
    
                  
  6. EionRobb/skype4pidgin EionRobb/skype4pidgin Public

    Skype Plugin for Pidgin, libpurple and more

    C 624 88