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, photo, pricing and user ratings for the Shooters Arms Mfg FX45 Thunderbolt pistols.
Manufacturer’s Description
The Shooters Arms Mfg FX45 Thunderbolt is a ported, 1911-style semiauto pistol chambered in .45 ACP and built on a full-size frame. Features include:
A round slide with front and rear serrations and a lowered and flared ejection port (built with either 416 stainless steel or 4140 steel);
a 416 stainless steel 5″ barrel;
20 lpi checkering on the front strap;
a picatinny rail;
a military style slide stop;
a beavertail safety grip;
a matte-chrome round hammer;
an extended manual safety;
a banana-hole manual trigger;
wood grips;
a dovetailed, fiber-optic front sight; and
a adjustable Bomar rear sight.
Available finishes include blued, stainless and two-tone. Note #1: Shooters Arms also offers an Enhanced model of this pistol. Its additional features include an adjustable target trigger and a ported barrel. Note #2:American Tactical Imports (ATI) imports these pistols from Shooters Arms Mfg into the United States.
var gdrts_rating_data = {"url":"https:\/\/reloadyourgear.com\/wp-admin\/admin-ajax.php","nonce":"b4324f3eb9","rtl":"","user":"0","handler":"gdrts_live_handler","ajax_error":"console","wp_version":"61"};