The Black Hole® Practice has a 2 tiered 24 count of chains. It has a standard wire frame; 3 rings x 12 spines with a standard load-distributed wire frame; free standing. Note this basket does NOT have a header band. The Diameter of the header where the band normally is measures at 25.5". The outer chains are 21" with the inner chains being 15". The Disc Golf Practice Basket requires NO TOOLS for assembly. It's designed for high quality, light weight, and affordability.
Seamless Matte Black color
Electrophoresed first stage followed with tough powder coated outer shell for extra durability and protection
24 high visibility zinc coated light duty chain
12 outer and 12 inner chains equidistantly oriented for zero weak pockets - reducing cut throughs and pole bounces
Built to standard PDGA height and size regulation
Sturdy all metal construction, all joints welded
Durable all metal wire top chain rack - 25.5" regulation diameter
Uniquely engineered design - assembles or disassembles in under 1 minute
Compact easily transportable disassembled unit
Threaded tension connections for a sturdy assembly without any distracting wobble or play
Choosing a selection results in a full page refresh.
document.addEventListener('DOMContentLoaded', function () {
// Grab all variant images that are linked to variants
const variantImages = document.querySelectorAll('[data-variant-image]');
variantImages.forEach(image => {
// Add an event listener for a click event on each variant image
image.addEventListener('click', function () {
const variantId = this.getAttribute('data-variant-id');
// If the variantId attribute is found, set it as the selected variant
if (variantId) {
const selectElement = document.querySelector('select[name="id"]');
if (selectElement) {
selectElement.value = variantId;
// Dispatch a change event to update the selection
const event = new Event('change');
selectElement.dispatchEvent(event);
}
}
});
});
});