Skip to main content

Apple Enables Safari Extensions

Apple on Wednesday released an update to Safari 5 which turns on extensions support akin to what browsers such as Firefox, Chrome and Internet Explorer have been offering for years.
Prior to joining Kaspersky Lab, Ryan was Editor-at-Large/Security at eWEEK, leading the magazine’s and Web site’s coverage of Internet and computer security issues and managing the popular SecurityWatch blog, covering the daily threats, vulnerabilities and IT security technologies. He also covered IT security, hacker attacks and secure content management topics for Jupiter Media’s internetnetnews.com.
Microsoft, Amazon and Twitter Agree …
He had reported the problem to Apple more than a month before, but decided to disclose the vulnerability after he received only automated replies to his e-mailed queries.Like its App Store, it appears that the extension must carry some type of digital signature provided by Apple in order to install. It was not specified though whether this meant that an extension would need to be “approved” in order to be installable in Safari.
Because Google’s Chrome also relies on WebKit, it’s never a surprise when bugs fixed in Safari are reported by security engineers who work for the search giant. Apple credited three of the 15, or 20% of the total, to Google researchers, the same number apparently found by Apple’s own personnel.
Apple last patched Safari in early June when it launched version 5 at its annual developers conference.
Safari 5.0.1 can be downloaded from Apple’s site for Mac OS X 10.5 (Leopard), Mac OS X 10.6 (Snow Leopard), Windows XP, Windows Vista and Windows 7. Mac OS X users will be notified of the new version automatically by the operating system’s software update feature, while Windows users already running Safari will be alerted by the Apple Software Update tool.
Apple today also released Safari 4.1.1 for Mac OS X 10.4 (Tiger).
Along with the security updates, Apple enabled Safari extensions by default the edition launched last month required users to turn on the feature manually and debuted a collection of more than 100 add-ons Safari users can download and install them from here.

Some useful extensions available right now are:-
  • Twitter Official Extension
  • Ad Block Plus (Yup the same ad blocking extension from Firefox & Chrome)
  • Gmail This
  • MLB.com Toolbar (For baseball fans)
  • Rotten Tomatoes Officail Extension (For movies fans) 
  • Translate
  • Mouse Gestures
  • Reload Button
  • Exposer (Gives preview of all open Safari Tabs so you can find what you are looking for)
  • Alexa Toolbar
  • Comic Sans Be Gone (Replaces all Comic Sans Font to more readable Helvetica ) 
  • New York Times Updates Official

Remember this is just starting as the time passes by the extensions count will go up.

Comments

Popular posts from this blog

SHORT CUT TO REMOVE PENDRIVE

Rather than clicking on the task bar and then safely removing the pendrive you can eaily do so creating a shortcut: The Steps are:- 1)Create shortcut on your desktop by right click and selecting new shortcut from the menu. 2)Type "RunDll32.exe shell32.dll,Control_RunDLL hotplug.dll" click next and then finish. shortcut is created and now you can assign a shortcut key to it. just right click on it and select properties-> Click on Shortcut Tab -> Assign a Shortcut key to it(it will take Ctrl+Alt by default)eg: if you press 1 shortcut will be Ctrl+Alt+1.

Decrapify / Debloat Windows 10 with a Powershell Script

Windows 10 is a decent OS from Microsoft after the disaster known as Windows 8 and 8.1. Although Windows is still better with no Modern UI crap, no ads, minimal telemetry, no Edge to bug you. But Windows 10 is a decent compromise if you want a stable OS with modern features like DirectX 12. Earlier OEMs used to bundle PCs and Laptops with crapware, with Windows 10, now Microsoft themselves bundle crapware. Welcome to Software as a Service (SaaS) model. On top of that we have OEM crapware on top of Microsoft crapware. As a result trying to Debloat or DeCrapify Windows 10 is getting absurd and as a system admin it is disheartening to see all that performance go to waste on the messed up attempt by Microsoft to do an Appstore and its apps. Fortunately a kind soul who goes by name  Sycne x has worked painstakingly to provide us a simple solution that works considerably well. Let's Begin To download the script visit  here , and click Clone or Download and Click Download as Zip.

Easily Join / Merge Rotate Two or more video files without encoding or convert videos using ffmpeg in Windows (Or any other OS Mac OS, Linux) for free.

ffmpeg is a pretty handy tool for format transcoding, basic editing (trimming and concatenation), video scaling, video post-production effects, and standards compliance (SMPTE, ITU). One of the basic requirement of merging or combining two or more videos is a task that can be easily accomplished by using ffmpeg . ffmpeg is a free and open source as well. And the performance is easily on par if not better than most paid software solutions. In order to merge two or more videos follow the steps:-  First copy all video files into a folder. (Make sure you have checked "File name extensions". Next you need to download ffmpeg for Windows from their website . Choose 64bit unless you are using 32 bit version of Windows and select Static. Download the file. It should be a compressed file. Now open the file. And Go to "Bin", there you will find three files. You need to copy ffmpeg to the folder containing video files. Next