Hide all images - Facebook messenger

Hide all images - Facebook messenger - make all tiny thumbnails

目前为 2018-07-06 提交的版本。查看 最新版本

// ==UserScript==
// @name        Hide all images - Facebook messenger 
// @namespace   english
// @description Hide all images - Facebook messenger - make all tiny thumbnails
// @include     http*://*messenger.com*
// @version     1.3
// @run-at document-start
// @grant       GM_addStyle
// ==/UserScript==



var style = document.createElement('style');
style.type = 'text/css';
style.innerHTML = '          img, body img, html img, body div img{width:15px !important;height:auto !important;} div{background-size: 15px !important;}            ';
document.getElementsByTagName('head')[0].appendChild(style);

 


QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址