[openstack-dev] [Neutron][FYI] Bookmarklet for neutron gerrit review

Nachi Ueno nachi at ntti3.com
Wed Feb 26 19:31:12 UTC 2014


Hi folks

I wrote an bookmarklet for neutron gerrit review.
This bookmarklet make the comment title for 3rd party ci as gray.

javascript:(function(){list =
document.querySelectorAll('td.GJEA35ODGC'); for(i in
list){if(!list[i].innerHTML){continue;};if(list[i].innerHTML &&
list[i].innerHTML.search('CI|Ryu|Testing|Mine') >
0){list[i].style.color='#666666'}else{list[i].style.color='red'}};})()

enjoy :)
Nachi



More information about the OpenStack-dev mailing list