Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Paste
P2444
suggestion expander userscript for chrome
Active
Public
Actions
Authored by
mmodell
on Dec 19 2015, 11:02 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
Phabricator
Subscribers
Quiddity
// ==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
);
Event Timeline
mmodell
changed the title of this paste from untitled to
suggestion expander userscript for chrome
.
Dec 19 2015, 11:02 PM
2015-12-19 23:02:55 (UTC+0)
mmodell
updated the paste's language from
autodetect
to
js
.
mmodell
edited the content of this paste.
(Show Details)
mmodell
changed the edit policy from "All Users" to "Administrators".
mmodell
added a project:
Phabricator
.
Quiddity
added a subscriber:
Quiddity
.
Dec 20 2015, 7:28 PM
2015-12-20 19:28:06 (UTC+0)
Quiddity
mentioned this in
P2445 suggestion expander userscript for Firefox
.
Dec 20 2015, 7:30 PM
2015-12-20 19:30:30 (UTC+0)
Comment Actions
Firefox version, and 1-click greasemonkey install link, at
P2445
Quiddity
mentioned this in
T76732: Exact matches should always win when suggesting/auto-completing
.
May 20 2016, 9:32 PM
2016-05-20 21:32:13 (UTC+0)
Log In to Comment