Tuesday

How to remove “RealPlayer Browser Record Plugin 14.0.3” extension manually from Firefox browser?

Do the following steps:
  • Go to the folder path at “C:\ProgramData\Real\RealPlayer\BrowserRecordPlugin\Firefox\Ext\Components”.
  •  Rename and move the following files to a different location (or delete them):
    • nprpffbrowserrecordext realplayer.dll
    • nprpffbrowserrecordlegacyext realplayer.dll
    • nsirpbrowserrecord realplayer.xpt
  • By clicking on Firefox Menu > Tools > Add-ons, you will notice that the “RealPlayer Browser Record Plugin 14.0.3” extension is successfully removed.

No comments:

Measure execution time with Julia, example using sorting algorithms

# random integers between 1 and 100 inclusive, generate thousands of them x = rand ( 1 : 100 , 100000 ) @time sort (x; alg=InsertionSort, r...