Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save airdrummingfool/cd251ddb6d5bba591ed9 to your computer and use it in GitHub Desktop.
Save airdrummingfool/cd251ddb6d5bba591ed9 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name 8x8 Fix Manage Extensions List
// @namespace com.tgoode.userscript.8x8.
// @description Allow extensions list to be scrolled in the Manage Extensions list.
// @include https://accountmanager.8x8.com/faces/phoneSystem/extensions/manageExtensions*.xhtml
// @version 1
// @grant GM_addStyle
// ==/UserScript==
GM_addStyle(' \
.rf-edt { \
overflow-y: scroll; \
} \
');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment