Skip to content

Commit 8df75da

Browse files
committed
add sohu
1 parent 7273d82 commit 8df75da

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Picviewer CE+/Picviewer CE+.user.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -999,6 +999,12 @@
999999
}
10001000
return this.src.replace(/\?.*/i,"");
10011001
}
1002+
},
1003+
{name: "sohu",
1004+
url: /(sohu|sohucs)\.com/,
1005+
getImage: function() {
1006+
return this.src.replace(/(sohucs\.com\/).*\/(images\/|os\/)/i,"$1$2");
1007+
}
10021008
}
10031009
];
10041010

0 commit comments

Comments
 (0)