chrome-extension-archive/AutoplayStopper/script/userhandler.js

9 lines
180 B
JavaScript
Raw Normal View History

2021-02-10 18:28:04 +00:00
// userhandler.js - handler that doesn't get overwritten by new versions
"use strict";
function registerUserHandlers(handlers, TRACE)
{
// add your handlers here...
};