// ==UserScript== // @namespace https://visitmy.bio/DeadLyBro // @name Türkanime yorumları aç // @description TürkAnime sitesinde otomatik olarak Disqus yorumlarını açar. // @copyright 2022, DeadLyBro (https://openuserjs.org/users/DeadLyBro) // @version 1.0 // @license MIT // @match https://www.turkanime.co/* // @icon https://i.hizliresim.com/cbr4snl.png // @grant none // @downloadURL none // ==/UserScript== // ==0penUserJS== // @author DeadLyBro // ==/OpenUserJS== setTimeout(function(){ document.querySelector("#orta-icerik-alt > a[onclick=\"IndexSayfa('ajax/disqusyorum','orta-icerik-alt'); return false;\"]").click(); }, 1000); // 1 saniye sonra kod çalışacaktır. ( Code run after one second. )