Skip to content

Instantly share code, notes, and snippets.

@markyegh
markyegh / fetch_link.py
Created March 5, 2026 01:10
LinkedIn Fetcher
@markyegh
markyegh / achacnel.js
Created February 8, 2026 20:52
achacnel
javascript:(function(){const getRandomDelay=()=>Math.floor(Math.random()*19001)+1000;const maxLikes=Math.floor(Math.random()*(100-50+1))+50;let likedCount=0,loadMoreFound=0;console.log(`🎯 Goal for this session: ${maxLikes} likes.`);const getLikeBtn=()=>{const selectors=['button.react-button__trigger','button[aria-label*="Like post"]','button[aria-label*="Like comment"]','button[aria-label*="հավանել"]','.feed-shared-social-action-bar__action-button--like','button.comments-comment-social-bar__reaction-action'];return Array.from(document.querySelectorAll(selectors.join(','))).find(e=>{const t=e.innerText.trim().toLowerCase();return(t==='like'||t==='հավանել'||e.getAttribute('aria-pressed')==='false')&&null!==e.offsetParent})};const getLoadMoreBtn=()=>{const selectors=['button.comments-comments-list__load-more-comments-button','button.artdeco-button--muted[aria-label*="Load more"]','button.artdeco-button--tertiary','.comments-comments-list__show-previous-container button','span.button-text'];return Array.from(docu