1
0

Compare commits

..

No commits in common. "68301c44d452e92c94e01bbec8f058262641c2d8" and "b5b6431662db84953514f680ba17f2c0714b7a0c" have entirely different histories.

2 changed files with 1 additions and 8 deletions

View File

@ -4,8 +4,7 @@ Extends the booking portal of bahn.de with linking to useful information.
## Installation
### Aus Firefox Add-ons (Empfohlen)
Einfach zu Firefox hinzufügen:
https://addons.mozilla.org/firefox/addon/bahn-insight/
TBD
### Als Entwicklerversion
1. Herunterladen

View File

@ -129,12 +129,6 @@ var connection_result_observer = new MutationObserver((mutations) => {
var timetable = target.querySelector("td div.detailContainer table.result tbody");
// Just break if there are elements injected by us
if(timetable.querySelectorAll(".bahn-insight").length != 0) {
log("links already injected")
return;
}
/*
* COLLECT DATA
*/