Bài đăng

Đang hiển thị bài đăng từ Tháng 12, 2022

why no more videos

Vâng duolingo đã để ý đến hai video huuex ích và viral nhất để thẳng tay cho tôi liên tiếp gậy bất khả kháng tôi rất nản

Hack duolingo with tampermonkey

Tampermonkey: https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo/related?hl=vi Code: ( sẽ có vd hướng dẫn dùng ) // ==UserScript== // @name 💎*NEW* Duolingo Cheat - DuoHacker *WORKS* (Duolingo Automation)💎 // @description Duolingo automation auto answer script. Features: Get question right button, solve all, farm without interaction (2k AN HOUR) (better than any other script) // @namespace Violentmonkey Scripts // @match https://*.duolingo.com/* // @grant none // @version 1.1 // @author Person1 // @description 27-6-2022 // @license MIT // ==/UserScript==   var intervalId ;   function addButtons () { if ( document . getElementById ( "solveAllButton" ) !== null ) { return ; }   let original = document . querySelectorAll ( '[data-test="player-next"]' )[ 0 ]; let wrapper = document . getElementsByClassName ( '_10vOG' )[ 0 ]; if ( original == unde...