I recently got into Firefox extension development with the WebExtension API. In this tutorial, I will create an example extension that uses a single content script and an XMLHTTPRequest to add duckduckgo result rankings into Google search results. If the result in question appears in duckduckgo results for the same query, an orange box with the position will be placed next to the result. Not insanely useful, but a realistic example to get your feet wet with Firefox extension development.
Continue reading “Firefox Extension Development: Content Script and HTTP Request”Month: April 2020
Excel Drop Down List
If you have a list of potential values that you would like in a cell or column, you can use the data validation tools to enforce the restriction and present a drop-down list to choose from.
Continue reading “Excel Drop Down List”