Fedora :: Epiphany Browser And Adblock Extension?
Feb 7, 2011The Adbock extension completely wipes out Yahoo! homepage. I think that is a little over aggresive ad blocking. Does anybody know what whitelist rule that would ?
View 1 RepliesThe Adbock extension completely wipes out Yahoo! homepage. I think that is a little over aggresive ad blocking. Does anybody know what whitelist rule that would ?
View 1 RepliesI just moved to Fedora 11 from Ubuntu and I am very happy, not even thinking to go back to Ubuntu (because of gma500 driver support). How can I clean up Fedora? On Ubuntu I could go to Synaptics, remove Installed (not residetial) packages, I coud use terminal sudo autoremove, autoclean, clean. On Fedora I found out only one so far: yum clean all. Is there anything else I should now, can you share with me how you are cleaning up your Fedora? Second thing, which is not only related to Fedora, is there any chance to make Epiphany remeber tabs after I close the browser and open it again? Don't really want to use any other browser.
View 7 Replies View RelatedI got chromium to serve as my faster browser. And due to me being a huge privacy nut, I changed my settings and locked the profile by making it read only. I would like to add adblock, so I need to somehow make the profile normal again.
Heres the command I need undone:
chmod a-w -R ~/.config/chromium/Default
I'm using Linux Mint 8. However, internet browser speed is very slow as compared to using the same computer with Windows. In Linux, I've used Firefox 3.5 and Epiphany 2.28. Epiphany runs somewhat faster than Firefox so I mainly use it for the internet.
What I would like to know is if Epiphany browser 2.30 is noticably faster than 2.28? Should I go thru the trouble of upgrading to Mint 9 inorder to be able to use Epiphany 2.3 - as well as Chromium 8?
Hi all, i used synaptic to uninstall epiphany and it also removed gnome-destop along with it, resulting in me having to reinstall(AGAIN!) Ofcourse my intention was to uninstall epiphany and _not_ gnome, so is there a way to take epiphany off of my system with out affecting gnome?
View 9 Replies View RelatedIs Epiphany the only browser for Gnome supporting password storage in keyring?Firefox and Chromium both seem to store login credentials in own storage thus limiting interoperability.
View 2 Replies View RelatedThis problem one day popped out of nowhere in my ubuntu 9.04 firefox browser that I could not submit my reply on any forums. So I changed my browser to epiphany and then to opera but all failed then I installed arora and it worked. I don't know what is the problem with other browsers I just cannot submit a reply on any forums.
View 8 Replies View RelatedI have Inceweasel 31.8.0 installed on LXDE Debian Wheezy and I am trying to make AdBlock Plus work. The thing is that I get pop-ups from any site, Youtube ad videos, etc. all the time, just like I have nothing installed to prevent that.
I tried:
- Installing AdBlock from Iceweasel add-ons, with a suscription to easylist ;
- installing xul-ext-adblock-plus (also with the same suscription).
With each configuration or even with none of them, I get the same results as described above. Is there anything I can do ?
By the way, I don't get Youtube ad videos on Chromium with Adblock installed through the Chrome webstore.
I have recently started using Network Connect by Juniper on my Fedora 14 laptop. It took a while to get it to work correctly. So, here is the function I made to allow me to use Network Connect quickly.
Code:
NCremote() {
cd /home/bs/.juniper_networks/network_connect;
echo "Signing into somewhere.com"
echo "Rememeber to escape your password!"
read -p "Username: " user
read -p "Password: " pass
java -jar NC.jar -h 123.43.22.11 -u $user -p $pass -f ../somewhere.com.cert -r "Realm Name" &
cd ;}
Important things to note. You will have to export the certificate from the site, you can use firefox to do that. The '-r' parameter requires the *actual* name of the realm you want to authenticate against.
You will also have to run firefox, go to the network connect site, click the button and let it install first. If it doesn't *make sure* that you have ALL adblock addons disabled.
I tried Midori before and it wasn't really good, but I tried it again later (after updates) and I really like it. Just a few questions:How do you block ads, like in Firefox with AdBlock Plus?How to turn on spell checking? I see it has a setting where you are supposed to enter a dictionary (attached), but I don't know where it could be.
View 1 Replies View RelatedI'm looking for a reputable, frequently updated ad-site list for my hosts file. I want to try it out for adblocking.
View 9 Replies View RelatedI would like to know if you guys think this is a safe plugin/extension to use with either Chromium or Firefox.
There is an old page that shows it had security issues in the past.[URL].. Would it be safe to use this or do you think someone could use it to steal my passwords, etc. while browsing?
After upgrading to 11.2, I get the following error when starting any xclient. Worse, its usually repeated a few times for each client.
Xlib: extension "Generic Event Extension" missing on display <my_ip>
I get this both when using Xming and nomachine.
i'm using fedora 13 with php 5. how can i enable the dom extension. this is being asked for some web application like the bambooinvoicing.
View 2 Replies View Relatedhow to install C++ extension to eclipse?
View 1 Replies View RelatedI am trying to learn about macros in libreoffice. In order to see the methods and properties of the different objects, people in the openoffice forums recommend using the MRI library.
I can not find any reference to the MRI extension in fedora. Does anyone know how to find it, or what to use instead?
I was wondering if there is a way to install mysqli extension for php on Fedora without having to recompile whole PHP.
View 4 Replies View RelatedAm seeing some packages with an extension .drpm. Are these similar to rpm? And whats the difference?
View 3 Replies View RelatedHow do I install php-sqlite extension on fedora 14.
View 5 Replies View RelatedI just updated my system a few hours ago, then turn off. Now I reboot the system and all the gnome-shell-extenstion-* installed from repo are disabled. What happens?
View 12 Replies View RelatedSince I installed Fedora15 (2 or 3 months ago) I've been trying to use the alternate-tab extension (I just HATE the new behaviour). But every time I try to use it Gnome crashes (I get a message along the lines of "Oh no, something went wrong...") and I have to log out.
Is this extension working for somebody? Is there any alternative (short of not using Gnome3 )?
As we have executeable file extensions .exe , .msi and .msp for Windows. What is the file extension that is executable in Linux RHEL 5
View 3 Replies View RelatedPlatform information:
Fedora 11
HP a1250n PC w/3Gb RAM and 2Ghz (?) CPU
PHP v5 and Apache 2.2
The situation I've got is that my PHP and Apache installs do not recognize files with the .php5 file extension. I can successfully open .php files in my browser just as I have designed them. However, when I try to open a .php5 file in my browser, it simply outputs the code and not the web page (as it should). I've pasted (what I believe to be) the relevant parts of the output from phpinfo() command below. Any help correcting this is greatly appreciated as I have searched the forums and the Internet fairly exhaustively with various different keywords and still have come up empty. I think if I could figure out how to add ".php5" to the list of "Registered PHP Streams" then I would be all set, but I can't figure that out. I also tried copying /etc/php.ini to /etc/php.d/ and re-naming it php5.ini, but this did not work.
Clem
Configure Command
'./configure' '--build=i386-redhat-linux-gnu' '--host=i386-redhat-linux-gnu' '--
[code]....
i'm trying to install php zip extension through pecl, issuing the following command pecl install zip but i'm getting the following error:
[code]...
How do I get flash to work on Epiphany?
View 1 Replies View RelatedNormally, I use Opera and never have these problems, but in FireFox and Epiphany, I cannot see most of the text unless I select it.
Here is an example:
[url]
[url]
I tried plying around with Preferences/Appearances but everything seems to be ok there. Also, if in FireFox I choose 'Use System colours' everything looks ghastly.
I have moonlight installed through the regular repository and know it works as a plugin in Firefox, but I prefer using Epiphany. How can I get Moonlight to work in Epiphany? Using the regular Webkit version of Epiphany on Lucid Beta.
View 1 Replies View RelatedI am using debian 6.0.0 Initially in firefox I used an addon imglikeopera. Its 0.6.18 worked for my iceweasel 3.5.16. Actually my internet speed is not high so I disable images by default & if need arises for any tab then images can be turned on . (opera has this functionality by default). What can I do for epiphany 2.30.6?
View 3 Replies View RelatedI'm not found of shotwell so I installed gthumb. According to the extensions it has the rename extension installed but renaming a file isn't on the menu when you right click on a image.
View 10 Replies View RelatedOdd that no posts come up in the search for "sox" or "specifically sox mp3"
How to get it up and going?
Which yum libraries need to be installed to get sox to recognize mp3s,
example: yum -y install force-mp3-to-start-working
its producing this error message: sox formats: no handler for file extension `mp3'