Skip to content

Instantly share code, notes, and snippets.

View SergeAgeyev's full-sized avatar

Serge Ageyev SergeAgeyev

View GitHub Profile
@SergeAgeyev
SergeAgeyev / sort_workspaces_in_asana_menu.user.js
Last active April 21, 2022 11:26
Sort workspaces in Asana menu for asana.com (integration script for Tampermonkey or Greasemonkey)
// ==UserScript==
// @name Allow sort workspaces in Asana menu
// @namespace https://github.com/openlab-vn-ua
// @version 0.2
// @description Adds drag-and-drop sorting to workspace list in Asana [sort order saved on local browser] (Code License: MIT License)
// @author Serge Ageyev @ openlab.vn.ua
// @match https://app.asana.com/*
// @icon https://www.google.com/s2/favicons?domain=asana.com
// @grant none
// @noframes
@SergeAgeyev
SergeAgeyev / developer.mozilla.org.show.browser.ver.date.user.js
Last active May 26, 2021 13:42
Show MDN browser release date on Browser compatibility list
// ==UserScript==
// @name Show MDN browser release date on Browser compatibility list
// @namespace http://tampermonkey.net/
// @version 0.3
// @description Will show browser release date on Browser compatibility list as tooltip. On double click on table will add days ago on cells. (Code License: MIT License)
// @author Serge Ageyev @ openlab.vn.ua
// @match https://developer.mozilla.org/*
// ==/UserScript==
// Revision history: