NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name New Userscript // @license MIT // @namespace http://tampermonkey.net/ // @version 2024-08-11 // @description try to take over the world! // @author You // @match https://vk.com/* // @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== // @grant none // ==/UserScript== /*globals $*/ (function() { 'use strict'; document.querySelector("#content > div > div.im-page.js-im-page.im-page_classic.im-page_history-show > div.im-page--history.page_block._im_page_history > div.im-page-history-w > div.im-page--chat-header.im-page--chat-header_chat.im-page--chat-header_muted._im_dialog_header > div > div.im-page--toolsw > div.im-page--aside > div.im-page--aside-photo > a > div > div > div > div > img").src = "https://sun9-61.userapi.com/impg/13yqoxrzOr0YqgtbGneNDDViSVDNSGsjQJAOAA/42gLjaZU35w.jpg?size=1080x1080&quality=96&sign=10b6f9dc98df2c95f86eb82ddf00ad29&type=album" var intervalId = window.setInterval(function(){ document.querySelector("#content > div > div.im-page.js-im-page.im-page_classic.im-page_history-show > div.im-page--history.page_block._im_page_history > div.im-page-history-w > div.im-page--chat-header.im-page--chat-header_chat.im-page--chat-header_muted._im_dialog_header > div > div.im-page--toolsw > div.im-page--aside > div.im-page--aside-photo > a > div > div > div > div > img").src = "https://sun9-61.userapi.com/impg/13yqoxrzOr0YqgtbGneNDDViSVDNSGsjQJAOAA/42gLjaZU35w.jpg?size=1080x1080&quality=96&sign=10b6f9dc98df2c95f86eb82ddf00ad29&type=album" }, 10000); })();