fdroiddata/metadata/org.tint.adblock.yml
Hans-Christoph Steiner 6c177c1fc3
rewrite all .txt with 'Auto Update Mode:None' (d-z)
!5262

```bash
for f in `grep --files-with-matches 'Auto Update Mode:None' metadata/*.txt |sed 's,^metadata/\(.*\)\.txt$,\1,'`; do echo $f; done >  /tmp/rewrite
fdroid rewritemeta --to yml `cat /tmp/rewrite`
for f in `cat /tmp/rewrite`; do git rm -f metadata/${f}.txt; git add metadata/${f}.yml; done
```
2019-08-19 18:41:06 +02:00

31 lines
893 B
YAML

Categories:
- Internet
License: GPL-3.0-only
SourceCode: https://github.com/Anasthase/TintBrowserAdblockAddon
IssueTracker: https://github.com/Anasthase/TintBrowserAdblockAddon/issues
AutoName: Tint Browser Adblock Addon
Summary: Ad blocker
Description: |-
'''This is an addon for [[org.tint]]. It does nothing on its own.'''
This is an addon based on the now defunct AdSweep script. It works by injecting
a piece of Javascript after a page has finished loading. The Javascript then
removes ads.
RepoType: git
Repo: https://github.com/Anasthase/TintBrowserAdblockAddon.git
Builds:
- versionName: '1.1'
versionCode: 3
commit: fece91e5
srclibs:
- TintAddon@1.5
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$TintAddon$$@' project.properties
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '1.1'
CurrentVersionCode: 3