How to remove any instance of "border-radius: 100%;" on a certain website?

I want to disable this line from appearing in the inspect element on one website only. How do I make firefox do this automatically? If possible, just make it an addon because IDK how and I dont know how to code. Not going to learn.
Has to work in firefox 28, and I only want to prevent Firefox from loading this line.

Aha, okay, you can use a custom style rule to hack the page. I realize this kind of looks like coding, but the code is already written, so it's more like copying and pasting.
First, you can install the Stylish extension. This add-on makes it easier to apply custom style rules to pages (and, if necessary, Firefox's UI). You can get it here: https://addons.mozilla.org/firefox/addon/stylish/
Second, you'll need to select and copy this six-line style rule:
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.mineheroes.net") {
.avatar img, .avatar .img, .avatarCropper {
border-radius: 2px !important;
Third, load up a thread in the site and look for the Stylish "S" icon on the toolbar. ''(If necessary, you can use the Customize feature to add it to the toolbar temporarily. See: [[Customize Firefox controls, buttons and toolbars]].)''
Click the S, then Write New Style, then Blank Style.
A new tab should open with the cursor next to "1" (the line number counter).
Paste the rule you copied earlier and click Preview.
When you switch back to the forum, the avatar icons should be (mostly) square again.
I have attached a screen shot showing what that should look like. ''(To shrink the rule editor to a small box, I first right-clicked the tab and used Move to New Window.)''
Assuming it worked, you can switch back over the Stylish editor, give your rule a name, and save it.
Any luck?

Similar Messages

  • How to remove all instance in a repeatable subform (bis)

    Hi Niall,
    A few years ago, you helped a user who asked "How to remove all instance in a repeatable subform". Please could you do again with approximately the same problem ?
    In a click event, I have the script "_CarteEN.addInstance();". Well ! Many cards appear. To protect them, I put above a mask (it's a button with a background Fill). Now, how can I do to remove all masks with only one click using the resetdata or anything else...
    I try this but it doesn't work.
    while (flowedSubform.CarteEN._CacheCV.count > 2)
         flowedSubform.CarteEN._CacheCV.removeInstance(1);
    Many thanks for your help !

    There is no subform named "flowedSubform"
    The "CacheCV" is not a container object (subform). so you can't access the instanceManger of this object.
    the below lines should work
    while(_CarteEN.count >1)
         _CarteEN.removeInstance(1);
    Nith

  • How to remove(or Hide) TextArea Border

    how to remove (AWT) TextArea (and TextFiled)'s Border?
    just like (Swing) jTextArea.setBorder(null);

    Hi
    I did not find a simple way to do it, so i made a new class:
    Mfield f1 = new Mfield("12345abcde");
    add(f1.pa);
    f1.setBounds(40,40,100,20);
    public class Mfield extends TextField
         Panel pa = new Panel();
    public Mfield(String s)
         super(s);
         pa.setLayout(null);
         pa.setBackground(Color.white);
         pa.add(this);
    public void setBounds(int x, int y, int w, int h)
         pa.setBounds(x,y,w,h);
         super.setBounds(-2,-2,w+4,h+4);
    Noah

  • How to remove netweaver instance completely?

    Hi
    During Netweaver 2004 installation on AIX I got error as Wrong or unsupported SAP DB software installation
    DB startup failed
    To start installation again newly , I deleted /sapdb and /usr/sap./etc/opt/sapdb /usr/spool/sql also all the files in installation folder /local/installsap
    and started installation again in different folder.
    INFO 2007-03-29 13:15:35
    CJSlibModule::writeInfo_impl()
    Looking for SAP system instances installed on this host...
    INFO 2007-03-29 13:15:51
    CJSlibModule::writeInfo_impl()
    Found these instances:
    sid: SUN, number: 01, name: SCS01, host: CTSAIX02
    sid: SUN, number: 00, name: JC00, host: CTSAIX02
    WARNING[E] 2007-03-29 13:15:52 [syxxcnamrs.cpp:128]
    PSyServicesEntry CSyIPNameResolverImpl::getServiceByName(const iastring& serviceName, const iastring& protocol) const
    Error converting from service name=sapmsJ2E/protocol=tcp to port number. SAPRETURN=12
    INFO 2007-03-29 13:15:52 [syuxcaccmg.cpp:243]
    bool CSyAccountMgtImpl::isExisting(ISyAccountMgt::eAccountType accountType, iastring sName)
    Account j2eadm does not exist.
    INFO 2007-03-29 13:18:29 [syxxcfile.cpp:523]
    CSyFileImpl::copy(const CSyPath & ., ISyNode::eCopyMode 3, ISyProgressObserver*) const
    Copying file /local/sapbinaries/java_dvd/51030724_2/DVD_NW_04_SR1_SAP_Web_AS_JAVA/J2EE_OSINDEP/JDKVersion.xml to: ..
    INFO 2007-03-29 13:18:29 [syuxcpath.cpp:369]
    CSyPath::createFile()
    Creating file /local/NetWeaver2004/JDKVersion.xml.
    INFO 2007-03-29 13:18:29
    CJSlibModule::writeInfo_impl()
    Directory /usr/java14_64/bin is not a valid JDK directory: the java executable is missing.
    INFO 2007-03-29 13:18:29
    CJSlibModule::writeInfo_impl()
    Execution of the command "/usr/java14_64/bin/java -version" finished with return code 0. Output: java version "1.4.2"
    In new installation it is detecting previous instance as well.
    Which files should I remove so as to remove the instance completely?

    Hi ,
    I removed all the folders of previous Netweaver 2004 installation from aix machine, as there was problem in starting server .
    In new installation I am getting following error:
    ERROR 2007-05-28 10:11:59 [iaxxinscbk.cpp:289]
    abortInstallation MDB-07021 Registry information for database software found in system but the software check failed. The software was not properly removed or installed incorrectly.
    I have already deleted following folders:
    /sapdb
    /usr/sapdb
    /usr/spool/sql
    /sapmnt/
    /home/sqdjet
    /home/jetadm
    Is there any folder remaining to delete?
    Please help.

  • How to remove ias instance

    I uninstalled an ias instance from one machine, but it still shows on infrastructure EM website. Where can I find relevant information on how to remove this ias instance from the infrastructure ??
    Thank you,
    Jn

    To answer to my own question, the command to use is:
    dcmctl destroyInstance -i <instance name>
    Hope this helps,
    Jn

  • How to remove JFrame instance

    Dear all
    Can someone tell me ho to remove an instance without exit the whole system, the reason is I need to remove a JFrame after the user click the button, the setVisible() is not work in case.
    any advice will be greatest appreciate.

    show de .dispose() method. If this doesn't work, then look in this url and look for more methods:
    http://java.sun.com/j2se/1.3/docs/api/javax/swing/JFrame.html

  • How to remove an instance from essbase cluster

    I installed the new Hyperion 11.1.2, and I reconfigure the essbase server, it is added to the EssbaseCluser_1, now I have set up 2 instances for this cluster. Now I want to remove an instance from the cluster, how to do it with MaxL or what ever?

    [url=http://download.oracle.com/docs/cd/B19306_01/serv
    er.102/b14200/statements_8009.htm#i2157988]DROP
    DATABASEInstance and Database are different things, be careful before using this statement after 10g :)
    [from-documentation]
    An Oracle server consists of an Oracle database and an Oracle instance.
    The database consists of physical files such as:
    The control file where the database configuration is stored
    The redo log files, which have information required for database recovery
    The data files where all data is stored
    The parameter file, which contains the parameters that control the size and properties of an instance
    The password file, which contains the superuser (SYSOPER and SYSDBA) passwords
    The instance consists of memory structures such as System Global Area (SGA) and Program Global Area (PGA) and background processes that perform tasks within the database as well as the server processes that are initiated for each user session.
    The size and structure of an Oracle database and instance impact performance. The physical structure of the database impacts the I/O to hard disks. It is therefore important to both size and place the physical files in such a way that I/O across disks is distributed evenly and waits are minimized. The size of the various memory areas of the instance directly impacts the speed of SQL processing.
    [from-documentation]

  • How to remove previous instance of Netweaver 2004???

    Hi
    During Netweaver 2004 installation on AIX I got error as Wrong or unsupported SAP DB software installation
    DB startup failed
    To start installation again newly , I deleted /sapdb and /usr/sap./etc/opt/sapdb /usr/spool/sql also all the files in installation folder /local/installsap
    and started installation again in different folder.
    <b>
    INFO       2007-03-29 13:15:35
               CJSlibModule::writeInfo_impl()
    Looking for SAP system instances installed on this host...
    INFO       2007-03-29 13:15:51
               CJSlibModule::writeInfo_impl()
    Found these instances:
    sid: SUN, number: 01, name: SCS01, host: CTSAIX02
    sid: SUN, number: 00, name: JC00, host: CTSAIX02
    WARNING[E] 2007-03-29 13:15:52 [syxxcnamrs.cpp:128]
               PSyServicesEntry CSyIPNameResolverImpl::getServiceByName(const iastring& serviceName, const iastring& protocol) const
    Error converting from service name=sapmsJ2E/protocol=tcp to port number. SAPRETURN=12
    INFO       2007-03-29 13:15:52 [syuxcaccmg.cpp:243]
               bool CSyAccountMgtImpl::isExisting(ISyAccountMgt::eAccountType accountType, iastring sName)
    Account j2eadm does not exist.
    INFO       2007-03-29 13:18:29 [syxxcfile.cpp:523]
               CSyFileImpl::copy(const CSyPath & ., ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file /local/sapbinaries/java_dvd/51030724_2/DVD_NW_04_SR1_SAP_Web_AS_JAVA/J2EE_OSINDEP/JDKVersion.xml to: ..
    INFO       2007-03-29 13:18:29 [syuxcpath.cpp:369]
               CSyPath::createFile()
    Creating file /local/NetWeaver2004/JDKVersion.xml.
    INFO       2007-03-29 13:18:29
               CJSlibModule::writeInfo_impl()
    Directory /usr/java14_64/bin is not a valid JDK directory: the java executable is missing.
    INFO       2007-03-29 13:18:29
               CJSlibModule::writeInfo_impl()
    Execution of the command "/usr/java14_64/bin/java -version" finished with return code 0. Output: java version "1.4.2"</b>
    In new installation it is detecting previous instance as well.
    Which files should I remove so as to remove the instance completely?

    Yes.
    Do all people visit all forums..?
    I'll not open it in more than one forums then.

  • How to remove netweaver instance on AIX machine completely?

    Hi
    During Netweaver 2004 installation on AIX I got error as Wrong or unsupported SAP DB software installation
    DB startup failed
    To start installation again newly , I deleted /sapdb and /usr/sap./etc/opt/sapdb /usr/spool/sql also all the files in installation folder /local/installsap
    and started installation again in different folder.
    INFO 2007-03-29 13:15:35
    CJSlibModule::writeInfo_impl()
    Looking for SAP system instances installed on this host...
    INFO 2007-03-29 13:15:51
    CJSlibModule::writeInfo_impl()
    Found these instances:
    sid: SUN, number: 01, name: SCS01, host: CTSAIX02
    sid: SUN, number: 00, name: JC00, host: CTSAIX02
    WARNING[E] 2007-03-29 13:15:52 [syxxcnamrs.cpp:128]
    PSyServicesEntry CSyIPNameResolverImpl::getServiceByName(const iastring& serviceName, const iastring& protocol) const
    Error converting from service name=sapmsJ2E/protocol=tcp to port number. SAPRETURN=12
    INFO 2007-03-29 13:15:52 [syuxcaccmg.cpp:243]
    bool CSyAccountMgtImpl::isExisting(ISyAccountMgt::eAccountType accountType, iastring sName)
    Account j2eadm does not exist.
    INFO 2007-03-29 13:18:29 [syxxcfile.cpp:523]
    CSyFileImpl::copy(const CSyPath & ., ISyNode::eCopyMode 3, ISyProgressObserver*) const
    Copying file /local/sapbinaries/java_dvd/51030724_2/DVD_NW_04_SR1_SAP_Web_AS_JAVA/J2EE_OSINDEP/JDKVersion.xml to: ..
    INFO 2007-03-29 13:18:29 [syuxcpath.cpp:369]
    CSyPath::createFile()
    Creating file /local/NetWeaver2004/JDKVersion.xml.
    INFO 2007-03-29 13:18:29
    CJSlibModule::writeInfo_impl()
    Directory /usr/java14_64/bin is not a valid JDK directory: the java executable is missing.
    INFO 2007-03-29 13:18:29
    CJSlibModule::writeInfo_impl()
    Execution of the command "/usr/java14_64/bin/java -version" finished with return code 0. Output: java version "1.4.2"
    In new installation it is detecting previous instance as well.
    Which files should I remove so as to remove the instance completely?

    follow Note 599129 - Using SDBUNINST to uninstall MaxDB/SAP DB software
    follow the steps given in the installation guide for uninstall SAP.
    Cheers,
    -Sunil

  • How to remove any kind of Airport Express settings on computer

    My boss gave me an Airport Express 802.11n Wi-Fi to "extend" his current network which runs on a Belkin router. He has another router (linksys) that works in the office area, but wanted to eliminate the need for this router and run everything off of the belkin; therefore having everything on the same network.
    Now I was simply getting acquainted with the device and after I plugged in the ethernet cable for the linksys, it has totally screwed up my wireless settings on my laptop. I'd like to go back to just being able to connect to the linksys without having to have the AX plugged in. But as it stands now, any time I unplug the AX, I then cannot connect to the linksys at all. It shows up under my available networks, but anytime I try to connect to it, it times out. This cuts me off from the printer/scanner/fax machine.
    Is there any way that I can just remove all this crap from my wireless settings and start over? I've tried resetting the AX, restarting my computer, and whatnot. None of that has worked.
    Also, I was told by a friend of mine that the AX is only to be used with an AirPort Express Extreme. Is this true for all uses of an AX or just the extension of an existing network. Any advice on how we could efficiently distribute the Belkin router's signal to the rest of the house/office would be greatly appreciated!

    Hello edharkey. Welcome to the Apple Discussions!
    Is there any way that I can just remove all this from my wireless settings and start over? I've tried resetting the AX, restarting my computer, and whatnot. None of that has worked.
    Yes, please try the following:
    1. Delete Preferred Network(s)
    o System Preferences > Network > AirPort > Configure
    o In the "By default, join:" pull-down menu, select "Preferred networks"
    o Delete the network(s) you regularly use from the list
    2. Delete AirPort Keychain Entries
    o Launch the "Keychain Access" application located in Applications/Utilties.
    o Click on the "Kind" filter at the top, and look for any "AirPort network password" entries...and delete them.
    o Restart, or log out then back in.
    3. Add Preferred Network(s)
    o System Preferences > Network > AirPort > Configure
    o In the "By default, join:" pull-down menu, select "Preferred networks"
    o Add the preferred network(s) using the "+" button.
    o Restart or log out then back in.
    If that doesn't resolve the problem, then try the following:
    Move System Configuration Files
    (Note: You will have to reestablish your network connections settings.)
    o Go to /Library/Preferences
    o Move the SystemConfiguration folder and com.apple.networkConfig.plist file to the desktop.
    o Restart your Mac. (Note: OS X will rebuild the files that are now sitting on your desktop. If this doesn't resolve the issue, you can move the folder & .plist file back to its original location.)

  • How to remove any kinds extensios in result search

    Hi for all,
    In 'crawler.dat' file in 'default file name suffix exclusion list' session I add others extensios:
    RX_BOUNDARY (?i:(?:\.jpg)|(?:\.jpeg) ... (?:\.css)|(?:\.js))$However, these files are showed in the result search of SES. I would like remove in result search *.js files, for example.
    How could I do this?
    Kind regards,

    That change will only affect files which are crawled in the future. It won't have any effect on results returned from previous crawls. You'll need to recrawl the source (or probably better, drop the source and recreate it) for that to have the proper effect.

  • How to remove any view from material master

    Hello guys,
       Actually we can attach the view to material master by MM01 and also by MM50.
       Now,consider this, in my company even we sale the semifinished material along with the finished material.So we have attached the sales view to semifinished material and finished material.Now my company has decided to not to sale the semifinished material.So there is no sense in keeping the sales view in material master of semifinished material.So we want to remove the sales view from the material master of semifinished material.
         So could you guys help me out to do this?

    Hi
    From the config for Material type attributes you can change the views relevant to Material type means you can unselect the sales views - that will definately take care of the new materials that will be created. But for the existing one's and the data is something you need to see and investigate
    I would advice you to check all the aspects in dev client and then take a decision.
    Thanks

  • How to remove multiple instances of a content type (jpeg) in Options/Applications?

    Want to save a JPEG on email messages however am not receiving the "Open or Save File" option when clicking on download. When checking the Options/Applications/Content Type list, JPEG Image appears twice and the Action for one of those cannot be changed. Thought removing one of these Content Types might resolved the problem, however it cannot be removed, at least without further instructions for doing such.

    hello, maybe the file which holds the download actions became corrupted. please try the following: go to the
    * firefox ''menu [[Image:New Fx Menu]] > help [[Image:Help-29]] > troubleshooting information'',
    click on ''profile folder/show folder'' and close all firefox windows afterwards. a windows explorer window should open up - in there rename or delete the file named '''mimetypes.rdf''' - it will be regenerated again the next time you launch the browser.

  • How do I center my background image and get a round border radius?

    <!--I thought I had pretty straight forward CSS, but the image is way to the top and I can't create a border radius. Below is my CSS-->
    body {
      background-color: rgba(30,30,30,1);
      background-image: url('images/me_atsunsetbackground1.JPG');
      background-repeat: no-repeat;
      background-position: center;
      background-border-radius: 100%;
      position: fixed;
      margin-top: 250px;

    That doesn't surprise me, that code wasn't meant to be a direct replacement for yours, it's just there to illustrate an idea for Nancy.
    The <body> tag itself should not be changed in that manner because the <body> holds ALL of your site's visual elements. If you were to change the <body> in the way you are attempting (which isn't possible), everything in your site would need to be within that oval.
    If you just want an oval background image on the <body>, turn the image itself into an oval in Photoshop and outside the oval, either use the same color as the <body> background-color, or leave it transparent and save it as a .png with transparency.
    Your inset shadow css is badly malformed...
    1. The attribute "shadow" doesn't exist. You're looking for CSS3 box-shadow.
    2. Safari and DW need the -webkit- prefix to display it (again, you need to test in more than one browser)
    3. The settings need to be in the correct order: h-shadow, v-shadow, blur, spread, inset (something like box-shadow:10px 10px 5px 5px rgba(255, 255, 255, .5) inset;
    Keep in mind, css3 settings (like rgba color settings and box-shadow in its entirety) don't work in IE8 and lower at all, and are pretty spotty in IE9.

  • How to remove wechat in iPad

    How to remove any installed program in my iPad 

    Ramdanya wrote:
    How to remove any installed program in my iPad 
    You cannot delete apps that came preinstalled on the device.
    Best of luck.

Maybe you are looking for

  • What file does ipod use for library and how do i access it?

    Hi. I almost put this in the ipod discussion but the question has to do with itunes as well... I have learned that itunes uses an xml file for the library, containing all song information and playlists (not sure about id3 tags for .wav, mp3) but when

  • Cost center and proit center bi reports

    hi all ;    we want to prepare bi reports for cost center and profit centers same as r/3 report standard and r/3 features in bi so help me out in this how to follow iam new to bi l regards ram

  • Start 3rd party application in full screen

    I am a user of DXO Optics pro.  It has a full screen option built into it.  I always run this application in full screen mode.  So to save on time I wonder if there is a way to ensure that every time I open it the application starts in full screen mo

  • Measuring harmonic current

    hi all i'm currently working on my honours project and uni, and im starting to go round in circles, was hoping i could get pointed in the right direction. i want to measure the harmonic currents and sub harmonic currents of an induction motor, using

  • Using Bins & Navigating to other reports

    Hi all - I have a report that is a high level report and it uses bins to group branches into regions. I want users to be able to click on one of those bins (regions) and drill down to a more detailed report that lists out the branches included in tha