Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3126038
suggestion expander userscript for chrome
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Authored By
•
mmodell
Dec 19 2015, 11:02 PM
2015-12-19 23:02:55 (UTC+0)
Size
551 B
Referenced Files
None
Subscribers
None
suggestion expander userscript for chrome
View Options
// ==UserScript==
// @name wikimedia phabricator suggestion expander
// @namespace wikimedia
// @description wikimedia phabricator suggestion expander
// @match https://phabricator.wikimedia.org/*
// @version 1
// @grant none
// ==/UserScript==
var inject = function() {
JX.TypeaheadSource.prototype.setMaximumResultCount(15);
};
var script = document.createElement('script');
script.textContent = '(' + inject + ')()';
(document.head||document.documentElement).appendChild(script);
script.parentNode.removeChild(script);
File Metadata
Details
Attached
Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3134573
Default Alt Text
suggestion expander userscript for chrome (551 B)
Attached To
Mode
P2444 suggestion expander userscript for chrome
Attached
Detach File
Event Timeline
Log In to Comment