A great shop accessory made to hold securely in your vice a wide variety of axles, spindles and Freewheel Removers/Lockring Tools. Made from precision extruded aluminum.
12 splines, 22.6mm diameter fits Shimano®, Sachs® Aris, Sun Race®, DNP® Epoch and other 5–10 speed freewheels. The FR-1.3 includes an enlarged thru-hole to accommodate 14mm axles. Base of tool can be used with a 1" socket or wrench.
The Vise Whip is simply a better solution for holding your cassette during removal and now also works on track cogs, cog & bb lockrings, and e-bike chainrings.
Commonly referred to as a “4th Hand,” the Park Tool Cable Stretcher pulls cables tight for adjustment of derailleurs and brakes. It features one-hand operation with a thumb lock to hold the cable tight while your hand is freed up to tighten bolts and nuts
This shop quality chain whip gives you incredible leverage without worry of slippage, and the head is uniquely shaped to allow quick and accurate access to any cassette.
BRAKE FLUID DOT 5.1 is a brake fluid for hydraulic brake and clutch systems with a boiling point of at least 260 °C and an extremely high wet boiling point of at least 180 °C. Because of the low viscosity at low temperatures, particularly suitable for add
// Get the modal
var modal = document.getElementById("myModal");
// Get the button that opens the modal
var btn = document.getElementById("myBtn");
// Get the element that closes the modal
var span = document.getElementsByClassName("close")[0];
// When the user clicks on the button, open the modal
btn.onclick = function() {
modal.style.display = "block";
}
// When the user clicks on (x), close the modal
span.onclick = function() {
modal.style.display = "none";
}
// When the user clicks anywhere outside of the modal, close it
window.onclick = function(event) {
if (event.target == modal) {
modal.style.display = "none";
}
}