Add a button for all websites which can back to the top and go to the bottom,and there is a sliding effecct.
< Feedback on a button which can back to the top and go to the bottom
由于此类页面使用了太多的异步请求,导致点击按钮向下滚动时,页面会一直滚动,体验并不好,所以代码第13行// @exclude https://bbs.csdn.net/topics/*
将此类网站排除了,如果你不想将其排除,可以删掉这一行,然后保存脚本就能显示了。当然,页面在向下滚动时,可能会触发设置的请求次数最大值(当前是10),然后弹窗提醒,并停止滚动,如果想让其可以一直滚动,不想弹窗提醒,可以将34行的 maxLoadTimes
改的大一点,比如100,保存就可以了,但是不建议这样做。
不能在csdn实现功能
https://bbs.csdn.net/topics/* 在此类页面没有显示按钮