document.addEventListener('DOMContentLoaded', () => {
/** init gtm after 3500 seconds - this could be adjusted */
setTimeout(initGTM, 3500);
});
document.addEventListener('scroll', initGTMOnEvent);
document.addEventListener('mousemove', initGTMOnEvent);
document.addEventListener('touchstart', initGTMOnEvent);
function initGTMOnEvent(event) {
initGTM();
event.currentTarget.removeEventListener(event.type, initGTMOnEvent); // remove the event listener that got triggered
}
function initGTM() {
if (window.gtmDidInit) {
return false;
}
window.gtmDidInit = true; // flag to ensure script does not get added to DOM more than once.
const script = document.createElement('script');
script.type = 'text/javascript';
script.async = true;
script.onload = () => {
dataLayer.push({ event: 'gtm.js', 'gtm.start': new Date().getTime(), 'gtm.uniqueEventId': 0 });
}; // this part ensures PageViews is always tracked
script.src = 'https://www.googletagmanager.com/gtm.js?id=UA-55393356-6';
document.head.appendChild(script);
}
Summary: The description, specs, photos, pricing and user ratings of the Springfield Armory Hellcat pistol.
Manufacturer’s Description
Springfield Armory‘s Hellcat is a subcompact, semi-auto, striker-fired pistol built on a black polymer frame and billet-machined steel slide with a melonite finish, and chambered in 9mm. Other features include:
A hammer-forged steel barrel with a melonite finish;
a dual captive recoil spring with a full-length guide rod;
an external extractor;
a standoff extension on the end of the recoil spring assembly;
a small beavertail on the grip to prevent slide bite;
a left-side, recessed disassembly lever;
a left-side, recessed slide-stop;
Springfield’s Adaptive Grip grip texturing;
The Hellcat with the flush-fit slide.
a flat trigger with a trigger-blade safety;
a loaded chamber indicator port on top of the slide;
a tritium front sight inside a yellow luminescent circle;
a white-outlined, u-notch rear sight;
a standard-style accessory rail;
a reversible magazine release;
rear, front and top cocking serrations on the slide;
a flush-fit 11-round magazine with an optional pinky extender, and a 13-round extended magazine (both are double-stack).
Springfield offers an optional slide milled to accept red dot optics, too.
The Hellcat with an optic installed.The Hellcat from the left.The Hellcat’s front sight.The Hellcat’s rear sight.The Hellcat’s standard and extended magazines.The Hellcat’s loaded chamber indicator port.The Hellcat disassembled.
var gdrts_rating_data = {"url":"https:\/\/reloadyourgear.com\/wp-admin\/admin-ajax.php","nonce":"14800a4679","rtl":"","user":"0","handler":"gdrts_live_handler","ajax_error":"console","wp_version":"61"};