Recent Questions

متن مرتبط با «firefox plugins java» در سایت Recent Questions نوشته شده است

Persistant vim-like Registers in Firefox?

  • نیلوبلاگ

    Is there an add-on for Firefox that supports the use of vim-like persistent registers when editing textboxes and text areas? ...

    ادامه مطلب
  • Runnig Windows 10 on a Dell and both FireFox, and Microsoft edge freeze then continue in about 30 sec

  • نیلوبلاگ

    and an error box comes up saying flash has stop working, continue, or stop program? task manager sezs hard drive is at 100% usage, if i let machine set for a just a while computer resumes, Where is best place to start looking for program or service or bug in stuff that is running? Let's block ads! بخوانید...

    ادامه مطلب
  • Firefox plugins - uMatrix vs Policeman

  • نیلوبلاگ

    I've used both plugins (independently of each other) off and on the last year or so and I'm trying to understand the differences between them; specifically how "scopes" work. In Policeman, there are a number of sites under Origin. I have the impression that if site A loads site Y, site B loads site Y, and site Y loads site Z, if I configure rules for site Y about site Z they apply when sites A and B load site Y. In uMatrix the blue box specifies scope, which appears to be global, site.com, speci...

    ادامه مطلب
  • How to select text in a PDF being viewed within Firefox's integrated viewer?

  • نیلوبلاگ

    Firefox includes it's own integrated PDF viewer. How does one select text (for copying to the clipboard) from within a PDF being displayed by Firefox's integrated PDF viewer? ...

    ادامه مطلب
  • How can JavaScript be executed before poking through resulting HTML?

  • نیلوبلاگ

    I have come across a website whose webpages consist solely of JavaScript. This website hosts videos that I would like to mirror. When I open this website in Firefox and read the page source, I see the JavaScript imports in script tags. When I inspect the page in Firefox, I see HTML, including a video tag. I presume the JavaScript has generated that HTML. (I have not programmed JavaScript, so I do not know its intricacies.) How do I go about expanding the JavaScript, after downloading the origina...

    ادامه مطلب
  • How to disable colored emoji font in Firefox 50

  • نیلوبلاگ

    Firefox 50's release notes: Emoji for everyone! Firefox will use built-in Emoji on operating systems without native Emoji fonts (Windows 8.0 and lower and Linux) So I'm on Windows 7 and I absolutely dislike colored emoji for how much distracting they are. There is no font file called "EmojiOne Mozilla" to delete from Windows' fonts folder, unfortunately. And there is no relevant option in about:config list I could find. How do I disable colored emoticons? Let's block ads! بخوانید...

    ادامه مطلب
  • UrlPrefix string in Firefox browsing history?

  • نیلوبلاگ

    Can someone explain why one might find UrlPrefix strings in a users Firefox browsing history? For example: scheme://host:port/relativeURI | http://+:80/Example Would he/she be trying to run their machine as a virtual host of some kind? Thanks in advance for the help. Let's block ads! بخوانید...

    ادامه مطلب
  • If you're logged on gmail, and use Ghostery for Firefox, can Google still track your web browsing?

  • نیلوبلاگ

    Short answer: It's a little more complicated than a simple "yes" or "no". But having Ghostery definitely helps. Long answer: Google does a lot of tracking. Some of them cannot be stopped by anything short of not visiting it, because the tracking is based on IP address. There are people who do opt not to visit Google at all and use DuckDuckGo instead. There is another category of tracking that is done independent of your login cookie, so as to track you regardless of whether you are logged in or ...

    ادامه مطلب
  • Keeping a java app going when ssh is closed on Google Cloud

  • نیلوبلاگ

    Right now I'm running a java app by SSH-ing to a VM on Google Cloud Compute. I issue a command to run the app and it loads a console. As soon as I terminate the SSH connection, the app shuts down. I assume this is because the console has been closed. I would like this app (which is a server) to persist after I terminate SSH, and, at any point, I would like to be able to reconnect to the console and issue commands on the server. Thank You! Let's block ads! بخوانید...

    ادامه مطلب
  • create multiple profiles for Firefox Portable on Windows 10

  • نیلوبلاگ

    I am using a Firefox Portable version and I am wondering how can I create multiple profiles? I used pathToFirefoxPortable.exe -CreateProfile profile, which start the firefox, but I don't think it created a profile for me. Any idea how can I achieve this? Let's block ads! بخوانید...

    ادامه مطلب
  • Why does the IP location differ if I visit Wikipedia on Chrome and Firefox?

  • نیلوبلاگ

    I have the IP Country Domain Flag addon installed on Chrome and the Flagfox addon installed on Firefox. Both are meant to report where the IP address of a domain name is hosted. I understand that a single domain may have more than one IP address. But when I go to Wikipedia on Chrome, IP Country Domain Flag says that the server is located in the Netherlands, whereas if I visit Wikipedia on Firefox, it reports the server being in the US. Why does this happen when I am using different browsers? By...

    ادامه مطلب
  • How is Craigslist tracking my actions in Firefox?

  • نیلوبلاگ

    Clearing cookies does not prevent Craigslist from tracking certain actions, not using cookies, and I'm trying to figure out what technique is being used. You can follow the following steps to see what I mean: Go to Craigslist.org and click one of the categories. This will display a list of ads. Hide an ad by clicking the X to the right of the ad (or under the ad in gallery view) and notice that on the top of the page, the count increments next to the red "X". for example, next to the red X on...

    ادامه مطلب
  • restoring firefox private window after a power outage

  • نیلوبلاگ

    After the outage I did not start the browser yet. I hope there is something I can do before that to retrieve the info I lost. lost about 20 tabs. Anything I can do? ...

    ادامه مطلب
  • Is there a way to get different profiles to show up as different program groups in Firefox for Windows?

  • نیلوبلاگ

    Short answer: Sorry, no. All you can do is to edit the task bar settings and disable combining windows. Long answer: The app window combining algorithm and Firefox's multitasking mechanism really leave you without much of an option. Windows groups apps based on a window ID. (I've forgotten the actual name.) So, it is possible for one process (say Firefox.exe) generate different window IDs. In fact, explorer.exe does that; that's why normal Explorer windows and Control Panel do not merge. Firefox...

    ادامه مطلب
  • Java Timer Code Of 10 Minutes ....

  • نیلوبلاگ

    int min = 10 , sec = 60; JLabel time; JPanel main; JFrame mainfrm; JButton click; //-------------------------------------- public void actionPerformed(ActionEvent e) { JOptionPane.showMessageDialog(null,"Ok"); try { for(int i = min ; i >0 ; i--) { for (int j = sec; j > 0; j--) { time.setText(i+":"+j);System.out.println(i+":"+j); Thread.sleep(1000); } } } catch(Exception e1) { System.out.println(e1); } } Q :- In upper code I have create a small timer code in that I can't able to change t...

    ادامه مطلب
  • How do I get Firefox to show a default black screen when a page is loading?

  • نیلوبلاگ

    I've installed some useful Firefox addons, like "stylish", which make pages darker so my monitor isn't so blinding at night. The problem is that Firefox tus blinding white as the page is loading. It only shows the pages' style or the addons' style when the page is loaded, which can be a while sometimes. How do I get the default background color to be black? I already tried setting the "Background Color" under "Content" -> "Colors" (as shown below). It either doesn't do anything, or it makes a...

    ادامه مطلب
  • Finding Java path in windows 8

  • نیلوبلاگ

    The default java location will "C:Program FilesJavajdk1.8.0binjavac" and but the above won't be same in all the machines. you can use the below command in cmd and fetch the installation path. c:> for %i in (java.exe) do @echo. %~$PATH:i Let's block ads! بخوانید...

    ادامه مطلب
  • Disabled JavaScript and JS-based extensions in Google Chrome

  • نیلوبلاگ

    Some sites I visit tend to use heavy JS scripting causing some lags if they are open in multiple tabs simultaneously. I would really love to disable JS for all of them that might not require JS to work properly. However, I've also noticed that disabling JS for a site causes installed extensions background pages (not sure about the proper term here) not work, hence I cannot use such extensions. Is it possible to disable JS for some sites and let JS-based extensions at those sites in Google Chrome...

    ادامه مطلب
  • Running Java applet in IE will download "securitypack.jar"

  • نیلوبلاگ

    My computer is not connecting to the Inteet. And we have an Intranet website which requires Java applet. It is found that whenever I enter the Intranet website, the Java console states that it is trying to download "securitypack.jar" from the Inteet: network: Checking for update at: https://javadl-esd-secure.oracle.com/update/securitypack.jar May I ask what is this "securitypack.jar" for? Is there anyway to disable Java from downloading this "securitypack.jar", but still allow the conceed Java a...

    ادامه مطلب
  • Java JDK 8 installer doesn't pop up after UAC

  • نیلوبلاگ

    I've been trying to install Java JDK 8 for like 3 days, but after clicking yes to the UAC, no installer or anything pops up. I've tried downloading older versions, tried fixing any registry errors, restarted my inteet, but nothing works. I know I'm downloading the right version for my operation system, but either way, 32 bit nor 64 bit works. However, I can install Java JDK 7 just fine. Any solutions? Let's block ads! بخوانید...

    ادامه مطلب