您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Unutulmazfilmlerin gereksiz reklamlarini siktir edin.
// ==UserScript== // @name Temiz Unutulmazfilmler.com // @namespace http://unutulmazfilmler.com // @version 0.2 // @description Unutulmazfilmlerin gereksiz reklamlarini siktir edin. // @match http://unutulmazfilmler.com/* // @copyright 2012+ // ==/UserScript== // Hide layout ads. document.body.style.background = '#000'; $('body>div:first-child').hide(); $('#cookieAd').hide(); $('.sagrekbg').hide(); // Hide unused right widgets $('.righttop4').hide().next().hide().next().hide(); $('.righttop3').hide().next().hide().next().hide(); // Improve movie listing description readability. $('.leftflmbg_right_contentd').css({ 'height': 'auto', 'font-size': '13px', 'line-height': '17px' }); // Give a color to points $('.leftflmbg_right_rating_imdb, .leftflmbg_right_rating_siteici').each(function() { var point = parseFloat($(this).text().trim().split('/')[0]); $(this).html($(this).find('span').css('font-size', '17px')); }).css({ 'zoom': '1.3', 'float': 'right' }); // Skip ads, directyl show video. document.getElementById('reklami2').style.display = 'none'; document.getElementById('video').style.display = ''; $('.solrekbg').hide();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址