您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Execute sluts rooms
此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.sleazyfork.org/scripts/10978/62071/C4%20hide%20trash%20rooms.js
// ==UserScript== // @name C4 hide trash rooms. // @namespace cam4.com // @description Execute sluts rooms // @include http://cam4.com/* // @include http://*.cam4.com/* // @include http://*.sex.co.uk/* //@require http://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js // @version 1.3 // @run-at document-start // @grant none // ==/UserScript== function hideslut() { $('.profileBoxTitle').find('a').map(function(){ if(this.text == 'evacam4luv' || this.text == 'Emannuely' || this.text == 'freeroomspace2'){ $(this).parent().parent().parent().parent().hide(); } }).get(); } setInterval(hideslut, 0); // interval timer every 100 = 1 sec