| Hi all,
please kindly suggest a recently approved "logout button" exclusion filter for
HTTRack. In 2021 the "logout" on my home page is handled most possibly this
way :
<pre>
<div class="dropdown user-settings">
<a href="#" class="user-settings__top" id="user-settings-dropdown"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="true"><span
class="user-settings__username">THE USERNAME</span> <i class="fa
fa-cog"></i></a>
<p class="user-settings__logout">
<a href="/edit-user-profile/profile.html?layout=edit"><i
class="fa fa-user" aria-hidden="true"></i> Profile</a>
<a href="/dashboard.html"><i class="fa fa-home"
aria-hidden="true"></i> Dashboard</a>
<a
href="/component/users/?task=user.logout&865164c63004007f6b11955df98aae03=1&return=aHR0cHM6Ly9kdGNjbGVhcm5pbmcuY29tLw==&Itemid=201"><i
class="fa fa-sign-out"></i> Logout</a>
</p>
<div class="popup dropdown-menu dropdown-menu-right"
aria-labelledby="dropdownMenu1">
<h3 class="popup__header">User Settings</h3>
<ul class="popup__menu">
<li>
<a
href="/edit-user-profile/profile.html?layout=edit"><i class="fa fa-user"
aria-hidden="true"></i> Profile</a>
</li>
<li>
<a href="/dashboard.html"><i class="fa fa-home"
aria-hidden="true"></i> Dashboard</a>
</li>
<li class="popup__logout-link">
<a
href="/component/users/?task=user.logout&865164c63004007f6b11955df98aae03=1&return=aHR0cHM6Ly9kdGNjbGVhcm5pbmcuY29tLw==&Itemid=201"><i
class="fa fa-sign-out"></i> Logout</a>
</li>
</ul>
</div>
</div>
</pre>
Thank you for your help. | |