// ==UserScript== // @name 按⬅➡键自动翻页 // @namespace http://www.infosec-wiki.com/ // @version 1.0 // @description 在需要翻页的网页中,使用按⬅➡键向前向后翻页 // @author www.infosec-wiki.com // @include * // @run-at document-end // @grant none // @downloadURL none // ==/UserScript== function find_element_and_click(text){ var elements = document.getElementsByTagName("a"); // console.log(elements); for (var i=0;i