Skip to content

Instantly share code, notes, and snippets.

View bagcivan's full-sized avatar

Tevfik bagcivan

View GitHub Profile
@bagcivan
bagcivan / enrty.js
Last active October 2, 2023 14:51
Enrty No
// ==UserScript==
// @name enrtyNo
// @namespace https://eksisozluk.com/biri/bagcivan
// @version 0.6
// @description ekşi sözlük entrylerine sıra numarası verme aracı
// @author Tevfik Bagcivan
// @match https://eksisozluk1923.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=eksisozluk.com
// @grant nones
// @run-at document-end
@bagcivan
bagcivan / youtubetTranscript.js
Last active June 13, 2023 20:59
Youtube Altyazı alma
setTimeout(function() {
document.querySelector("#button-shape > button > yt-touch-feedback-shape > div > div.yt-spec-touch-feedback-shape__fill").click();
}, 2000);
setTimeout(function() {
document.querySelector("#items > ytd-menu-service-item-renderer:nth-child(5) > tp-yt-paper-item > yt-formatted-string").click();
}, 4000);
setTimeout(function() {
let elements = document.querySelectorAll('yt-formatted-string.segment-text');