Skip to content

Commit 457121b

Browse files
committed
Update randomSexyPic.user.js
1 parent ff2e36b commit 457121b

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

RandomSexyPic/randomSexyPic.user.js

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,11 @@ if (window.top != window.self) {
122122
}
123123
},
124124
"buyersShow":{
125-
include: /api\/(rand|tao|mjx1)/i,
125+
include: /api\/(rand|tao|mjx1|taobaoBuyerShow)/i,
126126
name:"Taobao Buyers Show",
127127
urls:["https://api.uomg.com/api/rand.img3?format=json&num=15",
128-
"https://api.vvhan.com/api/tao?type=json&num=15",
129-
"https://www.hlapi.cn/api/mjx1?type=json&num=15"],
128+
"https://api.suxun.site/api/tao?type=json&num=15",
129+
"https://api.03c3.cn/api/taobaoBuyerShow?type=json&num=15"],
130130
run:()=>{
131131
r18Check.style.display=sfwCheck.style.display=r18CheckLabel.style.display=sfwCheckLabel.style.display="none";
132132
var searchNum=getSearchParam("num");
@@ -238,7 +238,9 @@ if (window.top != window.self) {
238238
"api.uomg.com":"buyersShow",
239239
"api.vvhan.com":"buyersShow",
240240
"www.hlapi.cn":"buyersShow",
241-
"api.ghser.com":"buyersShow"
241+
"api.ghser.com":"buyersShow",
242+
"api.03c3.cn":"buyersShow",
243+
"api.suxun.site":"buyersShow"
242244
};
243245
var customRule=GM_getValue("RSPrules") || {};
244246
var customRuleArr=[];

0 commit comments

Comments
 (0)