-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgaytorrent.ru.js
46 lines (44 loc) · 895 Bytes
/
gaytorrent.ru.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
$(function() {
var words = [
'Happy Bareback',
'Happy.Bareback',
'FraternityX',
'Schoolboy',
'Teen',
'BelAmi',
'Belami',
'Bel Ami',
'Sean.Cody',
'RubHim',
'Hotboys',
'BigDaddy',
'Big.Daddy',
'Big Daddy',
'Staxus',
'Popboys',
'Helix',
'Twink',
'Youngster',
]
$.each(words, function(i,word) {
$("table.browse_result td > a:contains('"+word+"')").each(function(i,e) {
$(e).parent().parent().remove()
})
})
})
$(function() {
var words = [
'Bearfilms',
'Bear Films',
'Cyberbears',
'CyberBears',
'Pantheon',
]
$.each(words, function(i,word) {
$("table.browse_result div.browsedesc > a:contains('"+word+"')").each(function(i,e) {
// $(e).css("color", "green")
console.log(e)
$(e).parent().parent().parent().css("border", "2px solid #6f6")
})
})
})