humphreystill.livejournal.com Open in urlscan Pro
81.19.74.6  Public Scan

URL: https://humphreystill.livejournal.com/profile
Submission: On November 22 via manual from US — Scanned from IT

Form analysis 4 forms found in the DOM

GET //www.livejournal.com/rsearch/

<form class="s-header-search__form ng-pristine ng-valid" action="//www.livejournal.com/rsearch/" method="get" role="search" target="_blank">
  <input type="hidden" name="journal" value="humphreystill" autocomplete="off">
  <input type="hidden" name="journalId" value="89697549" autocomplete="off">
  <button class="
                                            s-header-search__btn
                                            s-header-search-btn" type="submit"><span class="
                                                i-iconus
                                                s-header-search__icon
                                                ">
      <svg xmlns="http://www.w3.org/2000/svg" class="svgicon flaticon flaticon--search" width="16" height="16">
        <use xlink:href="#flaticon--search"></use>
      </svg>
    </span>
  </button>
  <input class="s-header-search__input" type="text" placeholder="Search" results="5" autosave="some_unique_value" size="12" name="q" id="SearchText">
</form>

GET //www.livejournal.com/rsearch/

<form class="s-header-search__form ng-pristine ng-valid" action="//www.livejournal.com/rsearch/" method="get" role="search" target="_blank">
  <div class="s-header-search__form-content">
    <input type="hidden" name="journal" value="humphreystill" autocomplete="off">
    <input type="hidden" name="journalId" value="89697549" autocomplete="off">
    <div class="s-header-search__input-wrapper">
      <input class="
                                                s-header-search__input
                                                s-inline-search-input" type="text" placeholder="Search" results="5" autosave="some_unique_value" size="12" name="q" id="SearchText" required="">
    </div>
  </div>
  <button class="
                                        s-header-search__btn
                                        s-do-item-search-btn" type="button" data-tour="friendsfeed" data-tour-start-page="^/feed" data-tour-step="2" data-tour-bubble="{
                                        &quot;aside&quot;: true,
                                        &quot;alwaysBottom&quot;: true,
                                        &quot;alwaysLeft&quot;: true,
                                        &quot;forceY&quot;: 10
                                    }" data-tour-title="tour.friendsfeed.title" data-tour-text="tour.friendsfeed.step2.search.tip"><span class="
                                            i-iconus
                                            s-header-search__icon
                                            ">
      <svg xmlns="http://www.w3.org/2000/svg" class="svgicon flaticon flaticon--search" width="16" height="16">
        <use xlink:href="#flaticon--search"></use>
      </svg>
    </span>
  </button>
</form>

POST https://www.livejournal.com/login.bml?ret=1

<form action="https://www.livejournal.com/login.bml?ret=1" method="post" class="b-loginform__form pkg lj_login_form ng-pristine ng-valid ng-valid-maxlength">
  <input type="hidden" name="ref" value="" autocomplete="off">
  <input type="hidden" name="ret" value="1" autocomplete="off">
  <div class="b-loginform__form-wrap">
    <div class="b-loginform-field" ng-class="{'b-loginform-field--error' : loginForm.errorUsername}">
      <div class="b-loginform-field__wrap">
        <div class="b-loginform-field__icon-wrap b-loginform-field__icon-wrap--user">
          <svg xmlns="http://www.w3.org/2000/svg" class="svgicon flaticon flaticon--userhead" width="16" height="16">
            <use xlink:href="#flaticon--userhead"></use>
          </svg>
        </div>
        <input id="user" class="b-loginform-field__input b-loginform-field__input--user ng-pristine ng-untouched ng-valid ng-empty ng-valid-maxlength" type="text" tabindex="10" placeholder="Username" value="" name="user" size="18" maxlength="17"
          autocorrect="off" ng-model="loginForm.model.username" ng-init="loginForm.model.username=null">
      </div>
      <span ng-bind-html="loginForm.errorMessage" class="b-loginform-field__errorMsg ng-binding ng-hide" ng-show="loginForm.errorUsername"></span>
    </div>
    <div class="b-loginform-field" ng-class="{'b-loginform-field--error' : loginForm.errorPassword}">
      <div class="b-loginform-field__wrap">
        <div class="b-loginform-field__icon-wrap b-loginform-field__icon-wrap--pass">
          <svg xmlns="http://www.w3.org/2000/svg" class="svgicon flaticon flaticon--lock" width="16" height="16">
            <use xlink:href="#flaticon--lock"></use>
          </svg>
        </div>
        <input id="lj_loginwidget_password" class="b-loginform-field__input b-loginform-field__input--pass ng-pristine ng-untouched ng-valid ng-empty ng-valid-maxlength" type="password" tabindex="11" name="password" size="20" maxlength="30"
          placeholder="Password" ng-model="loginForm.model.password" ng-init="loginForm.model.password=null">
      </div>
      <span ng-bind-html="loginForm.errorMessage" class="b-loginform-field__errorMsg ng-binding ng-hide" ng-show="loginForm.errorPassword"></span>
    </div>
    <div class="b-loginform-other-field" ng-init="loginForm.forceRemember = 0">
      <!-- ngIf: !loginForm.forceRemember -->
      <div class="b-loginform-checkbox ng-scope" ng-if="!loginForm.forceRemember">
        <input id="remember_me" class="b-loginform-checkbox__input b-ljform-checkbox ng-pristine ng-untouched ng-valid ng-not-empty" type="checkbox" tabindex="12" name="remember_me" ng-model="loginForm.expire">
        <label class="b-loginform-checkbox__label" for="remember_me">Remember me</label>
        <label class="b-loginform-checkbox__control" for="remember_me"></label>
      </div><!-- end ngIf: !loginForm.forceRemember -->
      <a class="b-loginform__link" href="https://www.livejournal.com/lostinfo.bml" title="Forgot password" tabindex="13" target="_self">
                                Forgot password
                            </a>
    </div>
  </div>
  <!-- ngIf: loginForm.presubmitWarning -->
  <button type="submit" name="action:login" class="b-loginform-btn b-loginform-btn--login b-loginform-btn--auth b-loginform-btn--center b-loginform-btn--disabled" tabindex="14" ng-click="loginForm.loginUser($event)"
    ng-class="{'b-loginform-btn--disabled' : !(loginForm.model.username &amp;&amp; loginForm.model.password) }"> Log in </button>
</form>

POST https://www.livejournal.com/identity/login.bml?type=openid&auto_forwhat=user%24humphreystill%24%2Fprofile

<form action="https://www.livejournal.com/identity/login.bml?type=openid&amp;auto_forwhat=user%24humphreystill%24%2Fprofile" method="post" class="lj-openid-auth b-loginform__form ng-pristine ng-valid">
  <div class="b-loginform-field" ng-class="{'b-loginform-field--error' : loginForm.errorId}">
    <div class="b-loginform-field__wrap">
      <div class="b-loginform-field__icon-wrap b-loginform-field__icon-wrap--openid">
        <svg xmlns="http://www.w3.org/2000/svg" class="svgicon flaticon flaticon--openid" width="16" height="16">
          <use xlink:href="#flaticon--openid"></use>
        </svg>
      </div>
      <input type="text" size="18" id="openid" name="openid:url" class="b-loginform-field__input ng-pristine ng-untouched ng-valid ng-empty" placeholder="Your openid url" tabindex="10" ng-model="loginForm.model.openid"
        ng-init="loginForm.model.openid=null">
    </div>
    <span ng-bind-html="loginForm.errorMessage" class="b-loginform-field__errorMsg ng-binding ng-hide" ng-show="loginForm.errorId"></span>
  </div>
  <button type="submit" name="action:login" class="b-loginform-btn b-loginform-btn--login b-loginform-btn--center lj-openid-auth-submit b-loginform-btn--disabled" tabindex="11" ng-class="{'b-loginform-btn--disabled' : !loginForm.model.openid}"
    ng-click="loginForm.loginOpenID($event)">Log in</button>
</form>

Text Content

?
LiveJournal
 * Find more
   * Your 2020 in LJ
   * Comunità
   * RSS Reader
 * Shop
 * Aiuto
 * 

Accedi

 * 
 * Accedi
 * Join free Join
 * 
 * Italiano (it)
   * English (en)
   * Русский (ru)
   * Українська (uk)
   * Français (fr)
   * Português (pt)
   * español (es)
   * Deutsch (de)
   * Italiano (it)
   * Беларуская (be)




LOG IN

No account? Create an account
Remember me
Forgot password
Log in

Log in
Facebook Twitter Google RAMBLER&Co ID


By logging in to LiveJournal using a third-party service you accept
LiveJournal's User agreement

No account? Create an account

 * Aggiungi agli Amici
 * Add Note Add note
 * View friends feed
 * Track User
 * Invia messaggio
 * Invia regalo

humphreystill


HUMPHREYSTILL'S JOURNAL





Account Creato il 22 Novembre 2021 (#89697549) mai aggiornato Gift

Nome:
humphreystill
Data di nascita:
19 Maggio
Località:
Oklahoma, United States
External Services:
 * humphreystill@livejournal.com

 * Bio


TOP GUIDELINES OF TIKKA T3X UPGRADES - FELICIA 50 ANNI




Tikka T3 Bolt Shroud Replacement Hi, this is Jason Mc, Cann from Tikka
Efficiency Center. Today, we have the Hinterland Shooting Supply replacement
bolts shroud for the Tikka T3 595 and 695, it deals with all 3 guns. This is an
excellent looking piece of equipment here, a piece of machining, [inaudible
00:00:30] exceptional device [].


Lovely maang tikka best for any attire. Keep in mind: Pls keep your hands like
mine so you can know the genuine size of the tikka.


Our new modular artificial stock that has interchangeable pistol grips, making
it possible to customize the angle of the grip ... This permits for multiple
shooting positions ... The new T3x synthetic stock has an additional attachment
point which allows you to change the width of the stock's fore-end ...
Robustness and quality work together ... Metal bold shroud covers and shields
the rear of the bolt body and the firing pin ... Likewise suitable with T3
designs ... The new recoil pad technology that reduces the effect of recoil on
the shooter ... The new robust pad enables you to completely focus on the
accuracy of your shots ...


Tikka



This extra-strong lug has minimal contortion even with larger calibers ... Also
suitable with T3 designs ... Stay tuned for your first newsletter ... On the
other hand, why do not you discover why Tikka truly is Second to None. ...



TIKKA T3X LITE 270 WINCHESTER - SHIPTON'S BIG R FOR DUMMIES



Our e-gift certificate is the ideal "One Size Fits All" gift for any event! Our
e-gift certificates are simply the thing for the devoted shooter in your family
or the newbie shooter that is simply getting included with the sport. The e-gift
certificates have the ability to be used online or in either store and can be
used for guns, ammo, accessories, variety charges, subscriptions, training and a
lot more! You will receive through email a PDF certificate that you can print
out and hand to the recipient or simply forward to their email.



[Error: Irreparable invalid markup ('<img [...]
https://pastelink.net/lv2tznn0">') in entry. Owner must fix manually. Raw
contents below.]


<h1 style="clear:both" id="content-section-0">Top Guidelines Of Tikka t3x
upgrades - Felicia 50 Anni<br/><lj-embed id="1"/><br/></h1><br/><p
class="p__0">Tikka T3 Bolt Shroud Replacement Hi, this is Jason Mc, Cann from
Tikka Efficiency Center. Today, we have the Hinterland Shooting Supply
replacement bolts shroud for the Tikka T3 595 and 695, it deals with all 3 guns.
This is an excellent looking piece of equipment here, a piece of machining,
[inaudible 00:00:30] exceptional device [].</p><br/><p class="p__1">Lovely maang
tikka best for any attire. Keep in mind: Pls keep your hands like mine so you
can know the genuine size of the tikka.</p><br/><p class="p__2">Our new modular
artificial stock that has interchangeable pistol grips, making it possible to
customize the angle of the grip ... This permits for multiple shooting positions
... The new T3x synthetic stock has an additional attachment point which allows
you to change the width of the stock's fore-end ... Robustness and quality work
together ... Metal bold shroud covers and shields the rear of the bolt body and
the firing pin ... Likewise suitable with T3 designs ... The new recoil pad
technology that reduces the effect of recoil on the shooter ... The new robust
pad enables you to completely focus on the accuracy of your shots
...</p><br/><div itemscope="itemscope"
itemtype="http://schema.org/ImageObject"><img class="featurable"
style="max-height:300px;max-width:400px;" itemprop="image"
src="https://keepmestylish.com/wp/wp-content/uploads/2017/07/Lehenga-accessories-maang-tikka.jpg"
alt="Women Head Accessories Indian Wedding Tikka Paasa Jewelry Golden Side
Jhoomar - eBay" /><span style="display:none"
itemprop="caption">Tikka</span></div><br><br><p class="p__3">This extra-strong
lug has minimal contortion even with larger calibers ... Also suitable with T3
designs ... Stay tuned for your first newsletter ... On the other hand, why do
not you discover why Tikka truly is Second to None. ...</p><br/><h1
style="clear:both" id="content-section-1">Tikka T3x Lite 270 Winchester -
Shipton's Big R for Dummies<br/></h1><br/><p class="p__4">Our e-gift certificate
is the ideal "One Size Fits All" gift for any event! Our e-gift certificates are
simply the thing for the devoted shooter in your family or the newbie shooter
that is simply getting included with the sport. The e-gift certificates have the
ability to be used online or in either store and can be used for guns, ammo,
accessories, variety charges, subscriptions, training and a lot more! You will
receive through email a PDF certificate that you can print out and hand to the
recipient or simply forward to their email.</p><br/><div itemscope="itemscope"
itemtype="http://schema.org/ImageObject"><img class="featurable"
style="max-height:300px;max-width:400px;" itemprop="image"
src="https://tikkaperformance.com/wp-content/uploads/2019/07/products-Gen2-Rails-Ext-1.jpg"
alt="Home - &lt;a href="
https://pastelink.net/lv2tznn0"="https://pastelink.net/lv2tznn0&quot;">Mountain
Tactical</a> Company"/><span style="display:none"
itemprop="caption">Miscellaneous TIKKA Accessories</span></div><br><br><p
class="p__5">The Tikka Elevation series stock is developed for the hunter or
shooter that wants a contemporary design without compromising strength and
sturdiness. Utilizing layers of carbon fiber with a lightweight extremely strong
fill is what sets the Altitude series above its fiberglass injection formed
equivalents. The Tikka Altitude consists of bedded pillars, a steel recoil lug
and a new set of action screws. Tikka stocks will ship 4-6 weeks after
bought.</p><br/><img width="336"
src="https://images.gunsinternational.com/listings_sub/acc_2631/gi_101243832/Tikka-Cabela-s-Exclusive-T3-SuperLite-Stainless-Steel-Camo-30-06-Sprg_101243832_2631_F369ED925277C6E2.jpg"
/><br/><br/>


FRIENDS:

   
   
 * Friends 1
   
   

humphreystill


COMMUNITIES:

   
   
 * Watching 2
   
   

lj_releases, news


STATISTICS







APPLICATIONS

 * iOS
 * Android
 * Huawei


SEGUICI:

 * Seguici su Facebook
 * Seguici su Twitter

LiveJournal


COMPANY

 * Chi Siamo
 * News
 * Aiuto


PRODUCTS

 * Button "Share"


COMMUNITY

 * Frank


CHOOSE LANGUAGE

English Deutsch Dansk español Français Italiano Русский Українська Беларуская
日本語 Português Esperanto עברית Nederlands Magyar Gaeilge íslenska suomi Ελληνικά
Norsk bokmål Svenska polski 简体中文 Latviešu Türkçe Bahasa Melayu हिन्दी Brazilian
Portuguese Chinese Traditional Lietuvių Norsk nynorsk

Italiano

▾
 * English
 * Deutsch
 * Dansk
 * español
 * Français
 * Italiano
 * Русский
 * Українська
 * Беларуская
 * 日本語
 * Português
 * Esperanto
 * עברית
 * Nederlands
 * Magyar
 * Gaeilge
 * íslenska
 * suomi
 * Ελληνικά
 * Norsk bokmål
 * Svenska
 * polski
 * 简体中文
 * Latviešu
 * Türkçe
 * Bahasa Melayu
 * हिन्दी
 * Brazilian Portuguese
 * Chinese Traditional
 * Lietuvių
 * Norsk nynorsk

v.528

Privacy Policy Termini e condizioni Aiuto



[]