aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/data/scripts/per-site-settings.py
Commit message (Collapse)AuthorAge
* don't try to do per-site-settings on non-HTTP URIsGravatar Brendan Taylor2011-08-07
| | | | this is mainly to get rid of that annoying (but harmless) traceback
* Separate commands with a newlineGravatar Ben Boeckel2011-07-08
|
* remove positional argument support from examplesGravatar Brendan Taylor2010-12-30
|
* p-s-s: use UZBL_* vars instead of positional argumentsGravatar Brendan Taylor2010-12-06
|
* update per-site-settings documentationGravatar Brendan Taylor2010-12-06
|
* Use elif since it's mutually exclusive anywaysGravatar Ben Boeckel2010-12-04
|
* The indentation is set later anywaysGravatar Ben Boeckel2010-12-04
|
* No need for temporary variables hereGravatar Ben Boeckel2010-12-04
|
* Add a missing colonGravatar Ben Boeckel2010-12-04
|
* Sockets have a send, not a write, methodGravatar Ben Boeckel2010-12-04
|
* Parse the line even if the indent is zeroGravatar Ben Boeckel2010-12-04
|
* Strip the line properlyGravatar Ben Boeckel2010-12-04
|
* Close the file, not 'find'Gravatar Ben Boeckel2010-10-20
|
* Use two lines between top-level structuresGravatar Ben Boeckel2010-10-20
|
* Documentation updatesGravatar Ben Boeckel2010-10-20
|
* Use a hierarchical configuration fileGravatar Ben Boeckel2010-10-20
|
* Use the output if the file is executableGravatar Ben Boeckel2010-10-03
| | | | | | This way time-of-day dependent commands can be done (block reddit during work or browsing Wikipedia late into the morning on a weeknight). Other use cases possible.
* Accept a file to use as an argumentGravatar Ben Boeckel2010-10-03
|
* Add per-site-settings scriptGravatar Ben Boeckel2010-10-03
Allows per-site settings. Was originally meant to be a noscript implementation, but having it be able to do any action was just too easy from there.