Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个想法,为家里年幼的孩子构建一个安全浏览 Firefox 的 Ruby 脚本。我的想法是每隔一段时间从浏览器中提取当前 URL,使用 Nokogiri gem 解析页面中的关键字(例如,可能在色情页面上找到),如果匹配到一定数量则关闭浏览器被发现。
是否有任何 API 允许与浏览器进行这种交互,最好是在 Ruby 中?