C4 hide trash rooms.

Execute sluts rooms

2015-07-15 일자. 최신 버전을 확인하세요.

이 스크립트는 직접 설치해서 쓰는 게 아닙니다. 다른 스크립트가 메타 명령 // @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