https://m.weibo.cn/ 干净整洁,时间线正常,简直良心有木有!在手机上 Pin 到桌面就是 App。十分推荐呢~
但是在电脑上有个小问题,就是老提示我安装为 PWA 应用,烦嗷~
// ==UserScript==
// @name 新浪微博弹窗
// @namespace simple sina
// @match https://m.weibo.cn/*
// @grant none
// ==/UserScript==
window.addEventListener('beforeinstallprompt', function(event) {
event.preventDefault();
document.title = '哼唧!'
});
所以屏蔽一下,你也可以把有类似情况的网站匹配进去。