青石 (@imdong)每天一个封号小技巧, 帮陛下阅帖! 中发帖

就是标题的功能, 每日帖子太多, 吾皇肯定很累, 就让俺们帮陛下阅帖吧! 
神秘代码:
// 创建一个日志输出区域
(function () {
// 只有未初始化的情况下才会执行下面的代码
if (window.log) {
return;
}
const debugLogDiv = document.createElement('div');
debugLogDiv.style.position = 'fixed';
debugLogDiv.style.top = '50px';
debugLogDiv.style.left = '0';
debugLogDiv.style.background = 'rgba(0, 0, 0, 0.7)';
debugLogDiv.style.color = '...