Problem When clicking on a link to download a file in Google Chrome - the download does not start. No prompts appear on the page, screen or in the address…
Problem When downloading FileZilla using Google Chrome, the download is flagged as a virus - and the download is prevented. Failed - Virus detected Solution FileZilla is bundled with other…
The following steps show how to bulk unlike tweets on Twitter. The process involves running a custom script in the browser debug console. It may work in other browsers, but…
Problem When opening a PDF in Adobe Acrobat Reader DC - the PDF is read-only and all edit options (e.g. adding a comment) are disabled. The following message is displayed…
Problem When opening a PDF in Adobe Acrobat X Pro - the PDF is read-only and all edit options (e.g. Add or Edit Text Box) are disabled. The following message…
When videos are played in VLC Media Player the file name is briefly displayed on screen. These steps show how to disable the file name being displayed on screen when…
When VLC Media Player is in full screen mode the toolbar appears when the mouse is moved. These these show how to disable the toolbar when in full screen mode.…
Problem When printing from Adobe Acrobat - the document doesn't print and a save dialog "Print to File" appears. Solution When printing from Adobe Acrobat - make sure: the…
The following regular expression (regex) will select a table from HTML content. <table.*>(.|\n)*?<\/table> What about case sensitivity? e.g. <TABLE> Use the /i (insensitive) flag Want to select more than one…