GithubHelp home page GithubHelp logo

mefengl / wereadhelper Goto Github PK

View Code? Open in Web Editor NEW
67.0 1.0 3.0 814 KB

读书人用的脚本

Home Page: https://greasyfork.org/zh-CN/scripts/420774

License: MIT License

JavaScript 100.00%
userscript tampermonkey greasyfork wereader

wereadhelper's Introduction

📘 微信读书阅读助手

读书人用的脚本

安装地址

虽然和这个脚本没什么关系,但是微信读书原生支持对照式翻译啦🎉!导入一本英文书籍就能体验了, 试试吧~

功能 1️⃣:优雅隐藏顶栏和侧边栏

🥡 上划显示,下滑隐藏

😶‍🌫️ 半透明的边栏,用了才知道有多棒

功能 2️⃣:简化复杂的划线菜单

🍵 简简单单划线,简简单单读书

功能 3️⃣:一键搜豆瓣、得到电子书,还可在孔夫子、多抓鱼买二手

🕵️‍♀️ 微信读书查无此书?到豆瓣阅读得到阅读试试吧

🤠️ 还找不到?到孔夫子多抓鱼淘本便宜的二手书~

功能 4️⃣:翻页声

🎵 翻页的声音,也许很美

小功能 🦴

不用点提交按钮,Ctrl + Enter 也可以提交想法了

阅读界面,点击鼠标中键,下一节/页/章

设置 ⚙

🫣 也许能在这里发现更多功能,谁知道呢

声明 👀

📝 本项目wereadhelper开源,欢迎读书爱好者在 GitHub 提 issue,优化代码

🥰 自来水友链, 豆瓣读书助手 帮我许多

🎈 本脚本早期代码参考了 xvusrmqj 的“微信读书加宽度”和 Lossj 的“微信读书沉浸式阅读”的功能

最后 🫧

🦜 Doozy: AI Made Easy

一个目前还在开发中的 Chrome 扩展,现在能做的有自动发送当前网页文章内容到 ChatGPT 去翻译,去总结,还在开发中,欢迎体验~

Join Discord Server | 加入 Discord 讨论 | Discordのディスカッションに参加する

一个 Discord 服务器,这里会回复的快一点,欢迎加入讨论~

wereadhelper's People

Contributors

mefengl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

wereadhelper's Issues

宽屏的处理

用脚本的时候如果页面比较窄的话,会出现.app_content宽度在1000px,而顶栏宽度只有700px左右的情况,造成顶栏与阅读页面没对齐的情况。同时,侧边栏会遮挡阅读页面。这两个问题都影响了阅读体验。
我自己调了一下,用百分比可能会更好一些,代码如下:
// 功能1️⃣:宽屏 $(function () { $(".app_content").css("maxWidth", "75%"); $(".readerTopBar").css("maxWidth", "75%"); $(".readerControls").css("margin-left","0px"); $(".readerControls").css("left","90%"); // $(".readerTopBar").css("display", "flex"); });

页面不断刷新

动画

在关闭和微信读书有关的谷歌插件和其他脚本后,开启此脚本页面会不停地刷新,请问如何解决呢?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.