Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
During registration a specific email will be required. Only gmail.com & outlook.com" . Do not create multi-accounts, you will be blocked! For more information about rules, limits, and more, visit the
Support.
NEW + OPTIMIZATION: Option "Cache JavaScript TTL (minutes)" is now working (default=15m) (large performance boost)
NEW + OPTIMIZATION: Ajax Routes now use XF.config to allow caching the entire JavaScript (also supports full page caching for user's as well as guests)
NEW + OPTIMIZATION: Option "Enable Mobile + Browser Detection Cache" (on by default)
NEW + OPTIMIZATION: Dynamically remove detection methods from JavaScript detection scripts when disabled
NEW: Punish AdBlock Extension Togglers - Replaces previous "Should a single AdBlock detection reset current non-detects back to zero?", now allows you to set the number of detections that should reset non-detections to zero (default=2)
NEW: Automatically [Reset and Delete] Users with >= X Swaps (Monthly Cron)
NEW: Logging options tab - logging options and actions for the user change log
NEW: Added 1-hour cache to save expensive calculations on successive duplicate user-agent requests
OPTIMIZATION: Number of random bait classes are now also randomized by amount
OPTIMIZATION: Overhauled Ajax Routes to prevent tampering
OPTIMIZATION: Properly restyle user alerts
OPTIMIZATION: Avoid detection skips in tools like AdGuard that might ignore fully off-screen elements.
OPTIMIZATION: Displays updated with more thoughtful instructions and descriptions
OPTIMIZATION: Lightly revised AdBlock Tracker Log to be a touch less cluttered
UPDATE: Crawler Detection updated from v1.3.4 to v1.3.5
UPDATE: Minification updated from v1.3.73 to v1.3.75
FIX: Added proper validation to ensure enough detection methods are selected on options save
FIX: Bust JavaScript cache on options save so JavaScript reflects settings
FIX: Disallow negative settings for "Flood check on clear status"
FIX: Make number boxes properly stepped in increments of 5 or 15 where applicable
FIX: Delete xf_wutime_adblock_tracker_javascript DB table (no longer in use)
FIX: Error delete_entities case, removed the $tracker->save() call after $tracker->delete() (entity is already deleted and saving is not needed)
FIX: Drop no longer used database table xf_wutime_adblock_tracker_javascript on upgrade()
FIX: EasyList now contains full class selectors, we need to ignore them when collecting Bait (creates a bad element and breaks the javascript detection resulting in false clear!)
FIX: UglifyJS() added to build.json to provide updated min.js on compile to replace EOL XenForo compiler
OPTIMIZATION: AdBlock Tracker Log now remembers display settings and persists them between sessions
ADD: AdBlock Tracker Log, add historical adblocking % vs recent last 100 page views %
FIX: AdBlock Tracker Log "Results" dropdown works and is remembered
FIX: AdBlock Tracker Log filtering tools would disappear if no results found
FIX: ClearLogUsers() and ClearLog() from AdBlock Tracker Logs now a Job that properly runs a routine to delete all entities and restore user accounts (remove AdBlock group)
FIX: Uninstall runs job to delete entities safely prior to dropping database tables
INSTALL: Updates cache_js to 15 minutes on upgrade() for all customers
INSTALL: Drops xf_wutime_adblock_tracker_javascript db table on upgrade() for all customers
FIX: Swap multipilier can be set to 0 to disable, and allows steps of 0.25
FIX: Daily device stats have been stored every day ever since you enabled device history, but were not displaying
Daily device stats are now properly keyed and can be reviewed: admin.php?stats/
OPTIMIZATION: AdBlock Tracker Log now remembers display settings and persists them between sessions
ADD: AdBlock Tracker Log, add historical adblocking % vs recent last 100 page views %
FIX: AdBlock Tracker Log "Results" dropdown works and is remembered
FIX: AdBlock Tracker Log filtering tools would disappear if no results found
FIX: ClearLogUsers() and ClearLog() from AdBlock Tracker Logs now a Job that properly runs a routine to delete all entities and restore user accounts (remove AdBlock group)
FIX: Uninstall runs job to delete entities safely prior to dropping database tables
UPDATE: Crawler Detection updated from v1.3.4 to v1.3.5
UPDATE: Minification updated from v1.3.73 to v1.3.75
FIX: For the delete_entities case, removed the $tracker->save() call after $tracker->delete(), as the entity is already deleted and saving is not needed.