您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
try to take over the world!try to take over the world!try to take over the world!try to take over the world!
// ==UserScript== // @name Aboo 2024 BÖ // @namespace https://www.oba.gov.tr/ // @version 2024-12-29 // @description try to take over the world!try to take over the world!try to take over the world!try to take over the world! // @author You // @license MIT // @match https://www.oba.gov.tr/* // @icon https://www.google.com/s2/favicons?sz=64&domain=greasyfork.org // @grant none // @require https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js // ==/UserScript== (function() { 'use strict'; var acilmis_linkler var guncel_link $(document).ready(function(){ $('#video_html5_api').prop("muted",true); setInterval(()=>{ kontrol() },1000) $('#video_html5_api').on('ended',function(){ kontrol() }); }) function kontrol(){ acilmis_linkler = $(".course-player-object-item ").not(".isDisabled") guncel_link = acilmis_linkler.slice(-1)[0].attributes.href.nodeValue //var siradaki_linkler = $(".isDisabled") //var siradaki_link = siradaki_linkler[0].attributes.href.nodeValue if(window.location.href.includes(guncel_link)){ $('.vjs-big-play-button')[0].click() $('#video_html5_api').trigger('play'); window.onblur = () => {}; }else{ acilmis_linkler.slice(-1)[0].click() guncel_link.click() } } })();