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 manufacturer’s description and specs, the average user rating, and pricing info for the Hi Standard Victor pistols.
Manufacturer’s Description
The 4.5″ barrel.
The High Standard Victor is a .22 LR target pistol (a conversion model can fire .22 Short) with a barrel-mounted sighting system. It comes with a 2.25 lb. trigger pull and a blue or parkerized finish (parts finish options include blue or gold plated). The aluminum rib may be removed for mounting your favorite optics using the High Standard Universal Mount on the Victor’s drilled and tapped barrel.
The trigger is adjustable for both weight of pull and travel. The rear sight is fully click-adjustable for both windage and elevation. Various custom options allow you to tailor the pistol to your needs.
var gdrts_rating_data = {"url":"https:\/\/reloadyourgear.com\/wp-admin\/admin-ajax.php","nonce":"0df400a766","rtl":"","user":"0","handler":"gdrts_live_handler","ajax_error":"console","wp_version":"61"};