Page MenuHomePhabricator

git.wmflabs.js

Authored By
mmodell
Jun 29 2016, 3:11 PM
Size
301 B
Referenced Files
None
Subscribers
None

git.wmflabs.js

// for testing gitblit redirects, this bit of javascript will
// replace all links on the current page that point to git.wikimedia.org,
// with equivalent links to git.wmflabs.org
for (link of document.querySelectorAll('a[href]')) {
link.href = link.href.replace('git.wikimedia', 'git.wmflabs' );
}

File Metadata

Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3828578
Default Alt Text
git.wmflabs.js (301 B)

Event Timeline