https://chatgpt.com/s/t_69d80660c47c819197de29af827623cc
Окей, если смотреть широко — индустрия сейчас не про «один язык → другой язык», а про сдвиг ролей: от узких разработчиков к более системным 👇
https://chatgpt.com/s/t_69d80660c47c819197de29af827623cc
Окей, если смотреть широко — индустрия сейчас не про «один язык → другой язык», а про сдвиг ролей: от узких разработчиков к более системным 👇
Unfortunately, no, there is no direct or official way to "export" your trained brain (watch history, search patterns) and "import" it into another YouTube account. Your recommendation algorithm is hardcoded to your specific Google Account and cannot be transferred .
However, you can successfully transfer the "skeleton" of your account (subscriptions/playlists) to give your friend a huge head start. Here is the breakdown of what is actually possible and how to do it.
Here is a clear distinction of what moves and wha
| ytm-shorts-lockup-view-model { | |
| display: none !important; | |
| } | |
| ytd-rich-section-renderer:has(a[href="/playables"]) { | |
| display: none !important; | |
| } |
| ytm-shorts-lockup-view-model { | |
| display: none !important; | |
| } | |
| ytd-rich-section-renderer:has(a[href="/playables"]) { | |
| display: none !important; | |
| } |
| ytm-shorts-lockup-view-model { | |
| display: none !important; | |
| } | |
| ytd-rich-section-renderer:has(a[href="/playables"]) { | |
| display: none !important; | |
| } |
| #!/usr/bin/env python3 | |
| import sys | |
| from lxml import etree | |
| SVG_NS = {"svg": "http://www.w3.org/2000/svg", "xlink": "http://www.w3.org/1999/xlink"} | |
| PLACEHOLDER = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGNgAAAAAgAB9HFkCg==" | |
| def shrink_svg(input_path, output_path): | |
| tree = etree.parse(input_path) | |
| root = tree.getroot() |
Main source of distructions:
Reduce distructions absolutely:
web.telegram.org##.no-scrollbar.TabList
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Proxy is launching...</title> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <meta name="frontPassport" content="66cecc9cecdbd" /> | |
| <style> | |
| * { | |
| outline: 0; |
| var REVIEW_RATING_REGEX = /"ratingValue": "([^"]+)",\s*"reviewCount": "([^"]+)"/; | |
| var main = async () => { | |
| const productCards = document.querySelectorAll(".x-product-card__card"); | |
| Array.from(productCards).forEach(async (productCard) => { | |
| // console.log('productCard.id', productCard.id); | |
| const productUrl = `https://www.lamoda.ru/p/${productCard.id}`; | |
| // console.log('productUrl', productUrl); |