CSS - device-width breakage

My Stylesheet contains min-device-width with zoom property for body tag, but only in firefox the zoom property changes affects the body, but the device-width should affec… (read more)

My Stylesheet contains min-device-width with zoom property for body tag, but only in firefox the zoom property changes affects the body, but the device-width should affect the body tag.

Asked by aravind zoho 2 days ago

My passwords missing since your updates

You guys been having updates. I notice my account was no longer connected and had to tried signing in. My password did not work and had to reset for some reason. Once I s… (read more)

You guys been having updates. I notice my account was no longer connected and had to tried signing in. My password did not work and had to reset for some reason. Once I signed in, all my passwords I had been syncing are gone. I been using firefox for a very long time with my passwords saved. Almost when you guys first release. Already tried your forums and steps, that's not helping to get back my sync passwords. I have always relied on you guys for my passwords for years. Please help me.

Asked by Nikey 2 days ago

Grandid.com is blocking me from accecing my google accounts by rederecting me to grandid.com.

I'm having a problem and need your help. Every time I try to go to Gmail (gmail.com) or Google Earth (earth.google.com), I get redirected to this site called grandid.com … (read more)

I'm having a problem and need your help. Every time I try to go to Gmail (gmail.com) or Google Earth (earth.google.com), I get redirected to this site called grandid.com which is the website my school uses to log in to school accounts. This is my home cumputer so i am not intrestend in that and would like to completly block grandid.com from ever redirecting me. It's blocking me from logging into my accounts and using these services.

I've cleared my cache and cookies and even tried blocking grandid.com with extensions, but nothing is working. This is really frustrating and messing up my ability to check my emails and use Google Earth.

Can you please help me fix this?

Asked by when cent 2 days ago

Location

I live in the UK and recently when going to the BBC.co.uk I get the website as BBC.com after a few seconds. I know that I usually see .com when overseas and this is norma… (read more)

I live in the UK and recently when going to the BBC.co.uk I get the website as BBC.com after a few seconds. I know that I usually see .com when overseas and this is normal. Why has this started happening while I am still in the United Kingdom?

Asked by herman1rg 1 week ago

Last reply by herman1rg 6 days ago

I've got a auto download file named wwcqxSmw without my permission

if (! isset($_SERVER['HTTPS']) or $_SERVER['HTTPS'] == 'off' ) { // $redirect_url = "https://" . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; // header("Locati… (read more)

if (! isset($_SERVER['HTTPS']) or $_SERVER['HTTPS'] == 'off' ) { // $redirect_url = "https://" . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; // header("Location: $redirect_url"); // exit(); } ob_start("ob_gzhandler");

function microtime_float(){ list($usec, $sec) = explode(" ", microtime()); return ((float)$usec + (float)$sec); }

if(($_SERVER['REMOTE_ADDR']=='82.199.200.154')or($_SERVER['SERVER_ADDR']=='192.168.0.1')){ $start_time=microtime_float(); }


session_start();

setlocale(LC_ALL, 'bg_BG.UTF-8');

//header("Content-type:text/html"); $locname="bg"; require_once("configs/conf.inc.php");


$pimvars['conf']['ismobile'] = is_mobile(); //echo $pimvars['conf']['ismobile']; //die ($pimvars['conf']['ismobile']);


   $pimvars['conf']['mobile_templates']=;

   $pimvars['conf']['mobile_cache']=;

if($pimvars['conf']['ismobile']=='true'){

   $pimvars['conf']['mobile_templates']='/mobile';
   $pimvars['conf']['mobile_cache']='mobile';

} /* if(($_GET['full']=="true" or $_COOKIE['fulloff']=='true')){

   setcookie('full19min','true',time()+3600*24*15);
   $pimvars['conf']['ismobile'] = 'false';
   if($_SERVER['HTTP_HOST']=='m.19min.bg'){

header('Location:https://19min.bg'.$_SERVER["REQUEST_URI"]); exit();

   }

}else{

   if($_SERVER['HTTP_HOST']=='19min.bg'){

header('Location:https://m.19min.bg'.$_SERVER["REQUEST_URI"]); exit();

   }

} }

  • /

// Connecting, selecting database


$dbh = @mysql_connect($pimvars["conf"]["db"]["host"], $pimvars["conf"]["db"]["user"], $pimvars["conf"]["db"]["pass"]) or fail(mysql_error());

mysql_select_db($pimvars["conf"]["db"]["name"]) or fail(mysql_error());

$tempres=mysql_query("SET CHARACTER SET 'utf8'"); $tempres=mysql_query("SET NAMES 'utf8'");

set_error_handler("errorHandler", E_ALL & ~E_NOTICE & ~E_WARNING);

//clients_checklogin();

$memcache = memcache_connect($pimvars['conf']['memcache'],11211) or warn('Could not connect to memcache server.');

$pimvars['cachekey'] = memcache_get($memcache, 'cachekey'); if(!$pimvars['cachekey']){

$pimvars['cachekey'] = time(); memcache_set($memcache, $pimvars['conf']['mobile_cache'].'cachekey', $pimvars['cachekey'], false, 3600*24); }

$pimvars['site']['rubriki']=get_all_rubriki();

if($_GET['debug']){

   print_r($pimvars);

}

require_once(getcwd().'/lib/Smarty.class.php'); require_once(getcwd().'/lib/phpmailer/class.phpmailer.php');

$smarty = new Smarty(); $smarty->template_dir = '.'.$pimvars['conf']['mobile_templates'].'/templates'; $smarty->compile_dir = '.'.$pimvars['conf']['mobile_templates'].'/templates_c'; $smarty->cache_dir = './cache'; $smarty->config_dir = './configs';

$act = sec_check($_GET["act"],"str","");

$smarty->assign("loc",$pimvars["loc"]); $smarty->assign("design",$pimvars["conf"]["design"]); $smarty->assign("user",$pimvars["user"]); $smarty->assign("main_top",main_top()); $smarty->assign("main_menu",rubriki_menu()); $smarty->assign("menu_bottom",rubriki_menubottom()); $smarty->assign("content_bottom",content_menubottom()); $smarty->assign("main_body",main_main()); $smarty->assign("right_body",main_right()); $smarty->assign("partners",partners_first()); //$smarty->assign("weather",weather_top()); $smarty->assign("query_string",$_GET['qstr']);

if($act==){ $smarty->assign("featured",news_featured()); }

if($act!="" and $pimvars["loc"]["html_title"]){ $smarty->assign("html_title",$pimvars["loc"]["html_title"].' | '.$pimvars["loc"]["loc"]["4"]); $smarty->assign("html_title_min",$pimvars["loc"]["html_title_min"]); } else{ $smarty->assign("html_title",$pimvars["loc"]["loc"]["4"]); }

if($act!="" and $pimvars["conf"]["meta_description"]){ $smarty->assign("description",$pimvars["conf"]["meta_description"]); } else{ $smarty->assign("description",$pimvars["loc"]["loc"]["6"]); }

if($pimvars["loc"]["html_image"] != ){ $smarty->assign("html_image",$pimvars["loc"]["html_image"]); } else{ $smarty->assign("html_image",'https:'.$pimvars['conf']['baseurl'].'/design/logo.gif'); } $smarty->assign("conf",$pimvars["conf"]); $smarty->display("main.tpl");

mysql_close();

if( $_SERVER['REMOTE_ADDR']=='93.152.180.152' || $_SERVER['SERVER_ADDR']=='192.168.0.5' ){ $end_time=microtime_float();

echo "
";
    echo "\n\ntime to create and output ". ($end_time-$start_time);
    echo "\n";
    print_r($pimvars['debug']);
    echo "
";

}

?>

Asked by Веселин Минчев 2 days ago

How can I make mozilla.org firefox.com etc.. dark mode, since dark reader is blocked here

I find all white websites extremly unpleasant. I have other problems, but frankly I can't stand getting flashbanged like this. I have tried setting "Website appearance" … (read more)

I find all white websites extremly unpleasant. I have other problems, but frankly I can't stand getting flashbanged like this.

I have tried setting "Website appearance"

To automatic, light, dark, it does nothing, mozilla.org does not respect this request apparently.

I searched in mozilla.org profile while logged in, there is no option to dark mode the website.

I understand that mozilla.org is a website you just visit rarely when you have a problem. So it is expected that the user will endure some discomfort. But this is just too annoying, I will search for my problems on stackoverflow instead argggg !

Alternatively, can I whitelist darkreader to work on all pages include mozilla.org ?

thanks !

Asked by Salon 2 days ago

“new sign-in” message with wrong platform!

I received new sign-in message immediately after reconnecting my Firefox/Mozilla account in Firefox on Ubuntu 22.04, but the message claimed that I had just logged in in … (read more)

I received new sign-in message immediately after reconnecting my Firefox/Mozilla account in Firefox on Ubuntu 22.04, but the message claimed that I had just logged in in Firefox on Windows 10!

Asked by rsbrux 2 days ago

Last reply by rsbrux 2 days ago

Firefox pop-up stating "This page is asking you to confirm that you want to leave

When on https://adultforum.gr/ , Firefox pop-up stating "This page is asking you to confirm that you want to leave - data you have entered may not be saved." appears wi… (read more)

When on https://adultforum.gr/ , Firefox pop-up stating "This page is asking you to confirm that you want to leave - data you have entered may not be saved." appears with out add data somewhere. Is not happening with other browsers or other devices.

Asked by Rest Tores 2 days ago

tabs are opening automatically

Hello Team, its been a really problem whenever i am working on fox. before a week only 1 tab gets open automatically now from this week several tabs are opening. kindl… (read more)

Hello Team,

its been a really problem whenever i am working on fox. before a week only 1 tab gets open automatically now from this week several tabs are opening.

kindly support.

Asked by Gaurav Magia 2 days ago

Last reply by Gaurav Magia 2 days ago

Minimize window and next restore window, white border line draw the window in dark theme

I have a issue for Firefox depiction. Procedure for reproducing is as follows: 1) Set Mozilla's dark theme. 2) Minimize the Firefox window. 3) Restore the Firefox window,… (read more)

I have a issue for Firefox depiction. Procedure for reproducing is as follows: 1) Set Mozilla's dark theme. 2) Minimize the Firefox window. 3) Restore the Firefox window, white border line draw the window. <Maximize the Firefox window, next restore the window size, white border line is disappeared.> I tried trouble shooting mode, refresh the Firefox, reinstall the Firefox, but issue does not solve. Is there any way to solve this issue without maximize the window?

Asked by Mike05 2 days ago

Default search engine does not get imported from profile, resets to google

after creating a new profile, and copying everything in the root directory to the new profile, including search.json.mozlz4, the default search engine setting does not ge… (read more)

after creating a new profile, and copying everything in the root directory to the new profile, including search.json.mozlz4, the default search engine setting does not get transferred over and is still set to google

Asked by ducky 2 weeks ago

Last reply by ducky 2 days ago

Mozilla Firefox not opening

Hai I'm using Mozilla Firefox (x64 en US) ver 113.0.2 in my desktop. When I open Firefox it shows a message that is Windows cannot access the specified device, path, or … (read more)

Hai I'm using Mozilla Firefox (x64 en US) ver 113.0.2 in my desktop. When I open Firefox it shows a message that is Windows cannot access the specified device, path, or file. You may have the appropriate permissions to access the item. I'm facing this issue only in Mozilla Firefox. Kindly suggest a solution.

Asked by Dhanesh Sreedhar 2 days ago

firefox browser will not open-message after clicking icon is** firefox.exe-bad image--

Firefox has been installed and working on my pc computer for several years. Today the browser will not open. The only program file shown on install or uninstall is firefo… (read more)

Firefox has been installed and working on my pc computer for several years. Today the browser will not open. The only program file shown on install or uninstall is firefox.exe.

When I click on the start icon or try to open it from programs I get an error message. It says firefox.exe-bad image.

error status- 0xc000012f . Not designed to run on windows or it contains an error.

The Firefox Browser on my computer contains a lot of information. The user name is dltpm3@aol.com

How can I restore it? Maybe with MS Edge?

Thanks for suggestions.

Peter M.

Asked by Peter Macqueen 2 days ago

Malware threatens Firefox on my desktop

How do I erase the history on my desktop bc Firefox has been threatened by malware? I have Apple IOS desktop & I called Apple. They helped me close down Firefox on co… (read more)

How do I erase the history on my desktop bc Firefox has been threatened by malware? I have Apple IOS desktop & I called Apple. They helped me close down Firefox on computer. MY FEAR IS that I cannot open Firefox again until I delete that history on my desktop. I am using my iPhone to continue. Please advise how to continue: qatarkat@yahoocom Wednesday night

Asked by qatarkat 2 days ago