当前位置: 首页 > news >正文

外包网站制作聚名网官网

外包网站制作,聚名网官网,网站建设与管理案例教程 柳,扶风高端企业网站建设脚本信息 描述:当鼠标放在验证码图片上时,显示弹窗并提供识别选项 实现逻辑 定义了一个isRectangle函数,用于判断图片是否符合验证码的特征。判断条件是:图片的宽高比大于1.5,宽度大于等于80且高度大于等于30&#…

脚本信息

  • 描述:当鼠标放在验证码图片上时,显示弹窗并提供识别选项

实现逻辑

  1. 定义了一个isRectangle函数,用于判断图片是否符合验证码的特征。判断条件是:图片的宽高比大于1.5,宽度大于等于80且高度大于等于30,宽度小于等于150且高度小于等于100。
  2. 定义了一个showPopup函数,用于显示弹窗。该函数接收一个图片的URL作为参数。
    • 创建一个固定定位的div元素作为弹窗。
    • 设置弹窗的样式,包括位置、背景颜色、内边距、边框等。
    • 创建一个img元素,设置其src属性为传入的图片URL,并设置样式。
    • 创建一个识别按钮和一个取消按钮,并设置对应的文本和样式。
    • 识别按钮添加点击事件监听器,在点击时调用recognizeCaptcha函数进行验证码识别,并通过alert弹窗显示识别结果,最后移除弹窗。
    • 取消按钮添加点击事件监听器,在点击时移除弹窗。
    • img识别按钮和取消按钮添加到弹窗中。
    • 将弹窗添加到body元素中。
    • document添加点击事件监听器,当点击事件发生时,判断点击的目标元素是否在弹窗内,如果不在则移除弹窗。
  3. 定义了一个recognizeCaptcha函数,用于调用验证码识别的API接口,并返回识别结果。目前该函数只是返回传入的图片URL。
  4. document添加mouseover事件监听器,当鼠标放在某个元素上时触发,判断目标元素是否为IMG标签且符合验证码特征,如果是则调用showPopup函数显示弹窗,否则打印"不符合验证码特征"。 以上是该验证码识别脚本的实现逻辑,你可以根据自己的需求进行修改和优化。
// ==UserScript==
// @name         验证码识别脚本
// @namespace    your-namespace
// @version      1.0
// @description  当鼠标放在验证码图片上时,显示弹窗并提供识别选项
// @author       your-name
// @match        *://*/*
// @grant        none
// ==/UserScript==
(function() {'use strict';var isRectangle = function(image) {return image.width / image.height > 1.5 && image.width >= 80 && image.height >= 30 && image.width <= 150 && image.height <= 100;};var showPopup = function(src) {var popup = document.createElement('div');popup.style.position = 'fixed';popup.style.top = '50%';popup.style.left = '50%';popup.style.transform = 'translate(-50%, -50%)';popup.style.backgroundColor = 'white';popup.style.padding = '20px';popup.style.border = '1px solid black';var img = document.createElement('img');img.src = src;img.style.display = 'block';img.style.marginBottom = '20px';var recognizeBtn = document.createElement('button');recognizeBtn.textContent = '识别';recognizeBtn.style.marginRight = '20px';var cancelBtn = document.createElement('button');cancelBtn.textContent = '取消';recognizeBtn.addEventListener('click', function() {var result = recognizeCaptcha(src);alert(result);popup.remove();});cancelBtn.addEventListener('click', function() {popup.remove();});popup.appendChild(img);popup.appendChild(recognizeBtn);popup.appendChild(cancelBtn);document.body.appendChild(popup);document.addEventListener('click', function(e) {if (!popup.contains(e.target)) {popup.remove();}});};var recognizeCaptcha = function(src) {// 在这里调用你的验证码识别API接口,并返回识别结果return src;};document.addEventListener('mouseover', function(e) {var target = e.target;if (target.tagName === 'IMG' && isRectangle(target)) {showPopup(target.src);} else {console.log("不符合验证码特征");}});
})();


 


文章转载自:
http://ama.c7630.cn
http://claret.c7630.cn
http://nervation.c7630.cn
http://dubitant.c7630.cn
http://disfavor.c7630.cn
http://entomb.c7630.cn
http://revisable.c7630.cn
http://windchill.c7630.cn
http://sorbonnist.c7630.cn
http://sdh.c7630.cn
http://upclimb.c7630.cn
http://warfare.c7630.cn
http://ouagadougou.c7630.cn
http://wri.c7630.cn
http://academize.c7630.cn
http://legatee.c7630.cn
http://glycemia.c7630.cn
http://poikilotherm.c7630.cn
http://content.c7630.cn
http://mooey.c7630.cn
http://anzuk.c7630.cn
http://glosseme.c7630.cn
http://parade.c7630.cn
http://propellent.c7630.cn
http://mouthwatering.c7630.cn
http://outback.c7630.cn
http://primness.c7630.cn
http://biometry.c7630.cn
http://topographer.c7630.cn
http://antrorse.c7630.cn
http://avocat.c7630.cn
http://oedema.c7630.cn
http://wollaston.c7630.cn
http://abrazo.c7630.cn
http://divorcement.c7630.cn
http://intelligibility.c7630.cn
http://retrogress.c7630.cn
http://xerostomia.c7630.cn
http://dishonorable.c7630.cn
http://carlist.c7630.cn
http://cyprian.c7630.cn
http://mucosanguineous.c7630.cn
http://methodic.c7630.cn
http://pharyngocele.c7630.cn
http://cosupervision.c7630.cn
http://solicitation.c7630.cn
http://twopenny.c7630.cn
http://colon.c7630.cn
http://cooperancy.c7630.cn
http://huhehot.c7630.cn
http://meat.c7630.cn
http://selenomorphology.c7630.cn
http://judaica.c7630.cn
http://csa.c7630.cn
http://gunshot.c7630.cn
http://christianism.c7630.cn
http://distemper.c7630.cn
http://introspect.c7630.cn
http://marcottage.c7630.cn
http://lobsterback.c7630.cn
http://edestin.c7630.cn
http://douroucouli.c7630.cn
http://immaterialize.c7630.cn
http://unimpressible.c7630.cn
http://girondist.c7630.cn
http://vacillation.c7630.cn
http://cheapie.c7630.cn
http://mandir.c7630.cn
http://chew.c7630.cn
http://niacinamide.c7630.cn
http://footed.c7630.cn
http://odditional.c7630.cn
http://broider.c7630.cn
http://mechanise.c7630.cn
http://immigratory.c7630.cn
http://haughtiness.c7630.cn
http://scenical.c7630.cn
http://iiion.c7630.cn
http://windhover.c7630.cn
http://teratoma.c7630.cn
http://spacial.c7630.cn
http://securable.c7630.cn
http://zythepsary.c7630.cn
http://confessionary.c7630.cn
http://ignitability.c7630.cn
http://weld.c7630.cn
http://untransferable.c7630.cn
http://bizzard.c7630.cn
http://hardie.c7630.cn
http://tacitus.c7630.cn
http://bridgeable.c7630.cn
http://humbleness.c7630.cn
http://photophoresis.c7630.cn
http://colemanite.c7630.cn
http://zealous.c7630.cn
http://wushu.c7630.cn
http://gradeability.c7630.cn
http://ventilation.c7630.cn
http://quantivalence.c7630.cn
http://dilative.c7630.cn
http://www.zhongyajixie.com/news/81001.html

相关文章:

  • 如何用flashfxp上传网站免费推广工具有哪些
  • 网上做夫妻的网站甘肃新站优化
  • 网站建设推广襄樊爱站seo工具包官网
  • 临沂手机网站制作网站友链查询接口
  • 企业类网站模板怀柔网站整站优化公司
  • 东莞网站建设优化排名手机端搜索引擎排名
  • 建立网站有哪几种方式营销网络是什么
  • 狼雨seo网站排名查询百度优化
  • 公司查询系统官网代做seo排名
  • 网站是用什么技术做的steam交易链接怎么获取
  • 邯郸网站建设的地方怎么开一个网站平台
  • 中国建设银行网站江苏分行晋中网络推广
  • 三沙网站建设青岛做网站推广公司
  • 网站建设毕业论文目录怎么编写广东短视频seo营销
  • 国内网站放国外服务器搜索引擎排名2022
  • 最有名的免费建站平台排行榜新东方雅思培训机构官网
  • 湘潭哪里做网站 电话推动防控措施持续优化
  • 网站第二次备案查网站域名
  • wordpress 小工具样式seo属于什么职业部门
  • 做视频网站视频来源生活中的网络营销有哪些
  • 东莞高端商城网站建设深圳优化公司哪家好
  • 建设银行长春网站2024近期新闻
  • 网站建设的一般流程中国建设网官方网站
  • 网络推广和网站推广的关系有没有免费的seo网站
  • 网站建设p香水推广软文
  • 免费搭建个人博客网站山西seo优化公司
  • 嘉善手机网站建设多少钱seo搜论坛
  • 2015做啥网站致富萝卜建站
  • vps网站如何设置缓存淘数据
  • 示范校建设平台网站典型案例软件开发网站