mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2026-01-22 03:42:44 +01:00
Universal bat file for running e2e tests. Skip tracking of domains other than bitwisecmd.com
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
(function() {
|
||||
|
||||
if(window.location.hash.indexOf('-notrack') > -1) {
|
||||
if(window.location.host != 'bitwisecmd.com' || window.location.hash.indexOf('-notrack') > -1) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user