You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Log the hyperlinks to console, for copying and pasting to a shell script
var h3s = document.getElementsByClassName('LC20lb')
for (var i in h3s) if (h3s.hasOwnProperty(i))
console.log(h3s[i].parentNode.getAttribute('href'));
Next page, rinse and repeat, solve any CAPTCHA etc...
It finds PDF resources that have been linked on the public internet eg from help files and articles. However, many files in the catalog have zero backlinks and tend to disappear as the docs change over time. An attempt is also made to link retired files at their final version by linking to the specific release number.
First off, this is awesome and I just wanted to say thank you for keeping all this up to date!
Is there some kind of automated process for generating the list of URLs?
It looks like this is pulling from all http://resources.docs.salesforce.com/* URL paths.
I was thinking the https://www.salesforce.com/content/dam/web/en_us/www/documents/ URL path also has a good amount of useful content. There are sales pdfs in there but also whitepapers, datasheets and similar items that are very useful.
If this list of URLs is being generated by a google custom search engine or something similar it may be worthwhile to add that domain.
The text was updated successfully, but these errors were encountered: