show bing wallpaper without watermark_Fixed

主要是方便自己使用,避免每次看到喜欢的壁纸后右键审查元素双击,框选,然后复制,再粘贴打开右键。(代码写得渣)

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Aŭtoro
Mew Chen
Ĉiutagaj instaloj
0
Tutaj instaloj
107
Ratings
2 0 0
Versio
0.6.2
Kreita
2016/05/10
Ĝisdatigita
2016/05/10
Size
16,9 kb
Licenco
N/A
Aplikiĝas al

【0.6.2】
国际版(global.bing.com)也修复了上述问题。

【0.6.1】
在使用 @willxiangwb 的 show bing wallpaper without watermark 的时候,我发现我打开的网址前面带有“cn.bing.com/"”,后面带有“"”,不能直接显示图片。本脚本用于修复这个问题。

此外,个人比较喜欢在新窗口打开这个图片,所以也顺便修改了下。

总共新增一行代码,修改一行代码,代码如下:

url = url.substr(url.indexOf('"') + 1,url.lastIndexOf('"') - url.indexOf('"')-1);
window.open(url);

如果使用原作者的脚本没有问题,请点击 传送门

此外,现在打开国际版(global.bing.com),会自动跳转到cn,所以我也就没试~等下开个代理试试。如果有问题,再修改。