index
:
blatitle
master
A simple bash script to extract the title from a web page
Luke Bratch <luke@bratch.co.uk>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Branch
Commit message
Author
Age
master
Use git -a (--text) when grepping files in case files have binary content in ...
Luke Bratch
7 months
Age
Commit message
Author
2024-04-17
Use git -a (--text) when grepping files in case files have binary content in ...
HEAD
master
Luke Bratch
2023-02-02
Remove stray \ before / to please grep-3.8.
Luke Bratch
2020-10-21
Add special extra quirks mode for Twitter because it doesn't seem to resemble...
Luke Bratch
2020-10-19
Add support for Open Graph titles
Luke Bratch
2020-04-16
Add Twitter to quirks mode since Twitter no longer sends a <title> to even th...
Luke Bratch
2020-04-16
Change user agent string to latest Firefox
Joe Robinson
2020-04-02
Only spoof IP if in quirks mode, add www.ispreview.co.uk to quirks mode
Luke Bratch
2019-06-04
Merge branch 'master' into 'master'
Luke Bratch
2019-06-04
Make sure we capture all title tags individually with grep and then take the ...
Fbenas
2019-02-15
Replace title header extraction method with one that doesn't care about attri...
Luke Bratch
[...]