Skip to content

Commit

Permalink
Update Load pictures on ODSW.user.js
Browse files Browse the repository at this point in the history
  • Loading branch information
owendswang authored Nov 25, 2022
1 parent bb38126 commit c6b6036
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Load pictures on ODSW.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
// @name Load pictures on ODSW
// @name:zh-CN 加载ODSW网站上的图片
// @namespace https://www.owendswang.com/
// @version 0.1
// @version 0.2
// @description Load pictures from weibo.com without limitation on 'owendswang.com'.
// @description:zh-CN 跳过微博图床外链限制,加载“owendswang.com”网站上的微博外链图片。
// @icon https://avatars.githubusercontent.com/u/9076865?s=40&v=4
// @author OWENDSWANG
// @license MIT
// @match https://www.owendswang.com
// @match https://www.owendswang.com/?page=*
// @match https://www.owendswang.com/weibo/*
// @run-at document-end
// @grant GM_xmlhttpRequest
Expand Down Expand Up @@ -50,4 +51,4 @@
});
const weiboNotice1 = bootstrap.Alert.getOrCreateInstance('#weibo-notice-1')
weiboNotice1.close()
})();
})();

0 comments on commit c6b6036

Please sign in to comment.