Posts

Showing posts with the label firefox

Getting your Grooveshark playlist from Chrome and Firefox

Image
Grooveshark has been shut down. If you have opened Grooveshark with chrome and your local cache intact, you can retrieve your playlist from chrome's local storage. Go to grooveshark.com in chrome (haven't tried in other browsers) Open "Developer Tools" (CTRL+SHIFT+I) Click on "Resources" Tab Expand "Local Storage" tree Click on " http://grooveshark.com " Find the key that looks something like "Library32467954" (some 7+ digit number) Look at its "value" (it's a JSON string). You should see something like this "{"lastModified":.....blah blah some artist name... Right-Click on that cell, click "Edit Value", then hit CTRL+C (Copy) Paste the contents of your clipboard into the window @  https://json-csv.com/ Download the resulting .CSV file in Open Office or Excel Firefox users can run the following in the console (Ctrl+shift+k) to try and retrieve the information: for (...

Taking a Full Webpage Screenshot using Firefox

Image
If you need to take a screenshot of the entire webpage, you can use Firefox's built in command line feature to achieve it. Press Shift + F2, a command line prompt will appear at the bottom-left part of the browser window. Type screenshot --fullpage and press enter. The page will be saved in your default download location. There are other options available on the command line which can be looked up using the command help

"Textpad" in Browser

Image
If you wish to take notes, you can do it on your browser itself. Type the following line in the address bar and you have temporary text document data:text/html, <html contenteditable>

SAP Note Shortcut on Firefox

Image
Quickly Opening SAP Note in Firefox Create a new bookmark with location "https://websmp230.sap-ag.de/sap/bc/bsp/spn/sapnotes/index2.htm?numm=000%s&nlang=E" Set set keyword as sapnote Next time when you want to open a note (say 12345), type the following in Firefox's address bar sapnote 12345