当前位置:首页 > 技术心得 > 正文内容

CSDN、博客园文章图片无法复制粘贴的办法(不需要脚本)

xjtudll2年前 (2025-02-11)技术心得9040

本质就是利用浏览器的阅读器模式

1、使用Edge浏览器

在网址前面加read://

例如:

原网址:https://blog.csdn.net/qq_57139623/article/details/134045280

阅读器模式:read://https://blog.csdn.net/qq_57139623/article/details/134045280

< div="">

一定要输全网址,即包含http或者https

2、使用FireFox浏览器

浏览器网址的右侧,有个切换到阅读器模式的图标,单击即可切换到阅读器模式

e23c0c97-5e54-476e-b76d-af777c181fd9

扫描二维码推送至手机访问。

版权声明:本文由鸟的天空发布,如需转载请注明出处。

本文链接:http://xjtudll.cn/Exp/703/

标签: 琐碎
分享给朋友:

“CSDN、博客园文章图片无法复制粘贴的办法(不需要脚本)” 的相关文章

Android studio中右键项目没有subversion(SVN)解决办法

Android studio中右键项目没有subversion(SVN)解决办法

解决办法: file->settings->version control 将<project>后面的none改成subversion点击OK即可...

Android error:Duplicate ID, tag null, or parent id with another fragment(fragment嵌套问题)

参考资料:http://stackoverflow.com/questions/14083950/duplicate-id-tag-null-or-parent-id-with-another-fragment-for-com-google-androi 跟参考资料里的这个人一样,我也碰到了这个...

Android BLE:onServicesDiscovered(BluetoothGatt gatt, int status) 没有回调过

问题: .discoverServices()调用之后,却永远不回调onServicesDiscovered(BluetoothGatt gatt, int status) 基本代码如下: public void onConnectionStateChange(BluetoothGatt gatt...

金蝶 从旧账套拷贝供应链单据的自定义字段到全新帐套

金蝶 从旧账套拷贝供应链单据的自定义字段到全新帐套

补充几点:1、K3的官方的工具(K3单据自定义字段复制工具),要求在官方服务期,否则工具直接报错 2、涉及的表应该有以下几个:GLNoteCitationGLNoteTypeICChatBillTitleICClassTableInfoICClassTableInfoLayoutICTemplate...

Xcode Warning: The Copy Bundle Resources build phase contains this target's Info.plist file

Xcode Warning: The Copy Bundle Resources build phase contains this target's Info.plist file

问题: 编译时,提示The Copy Bundle Resources build phase contains this target's Info.plist file 原因: Info.plist被添加到了Copy Bundle Resources里,原因不明。如图所示: 解决...

远程连接:发生身份验证错误 要求的函数不受支持

远程连接:发生身份验证错误 要求的函数不受支持

问题: 远程连接失败,提示:发生身份验证错误 要求的函数不受支持 操作系统: Win7 64bit 原因:打了系统补丁,权限被限制了,需要修改客户端电脑相关权限。 解决过程如下: 双击“加密Oracle修正“ 然后重新打开远程登录客户端就可以登录了。...

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。