Skip to content

Commit 5f5adb8

Browse files
committed
fix
1 parent b2f34da commit 5f5adb8

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

BingBgForBaidu/BingBgForBaidu.user.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Picviewer CE+/Picviewer CE+.user.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// @description Powerful picture viewing tool online, which can popup/scale/rotate/batch save pictures automatically
77
// @description:zh-CN 在线看图工具,支持图片翻转、旋转、缩放、弹出大图、批量保存
88
// @description:zh-TW 線上看圖工具,支援圖片翻轉、旋轉、縮放、彈出大圖、批量儲存
9-
// @version 2020.4.25.1
9+
// @version 2020.5.9.1
1010
// @created 2011-6-15
1111
// @namespace http://userscripts.org/users/NLF
1212
// @homepage http://hoothin.com
@@ -1236,6 +1236,12 @@
12361236
getImage: function() {
12371237
return this.src.replace(/\?width=\d+&height=\d+$/i,"");
12381238
}
1239+
},
1240+
{name: "推特",
1241+
url: /twitter\.com/,
1242+
getImage: function() {
1243+
return this.src.replace(/&name=\d+x\d+/i,"");
1244+
}
12391245
}
12401246
];
12411247

0 commit comments

Comments
 (0)