5 lines
192 B
JavaScript
5 lines
192 B
JavaScript
/* helpme.tips — minimal client behavior. Ad wrapper integration lands here. */
|
|
(function () {
|
|
'use strict';
|
|
// Reading progress could go here; kept intentionally light for speed.
|
|
})();
|