mirror of
https://github.com/wassname/mad.git
synced 2026-08-08 11:21:49 +08:00
5 lines
137 B
JavaScript
5 lines
137 B
JavaScript
(function () {
|
|
var overlay = document.getElementById('matchu-pomodoro-extension-overlay');
|
|
document.body.removeChild(overlay);
|
|
})();
|