A common and reliable pattern in service unit files is thus:
NoNewPrivileges=yes
PrivateTmp=yes
PrivateDevices=yes
DevicePolicy=closed
ProtectSystem=strict
| // ==UserScript== | |
| // @name MusicBrainz: Import events from Facebook | |
| // @version 2016-01-17 | |
| // @author Ohm Patel | |
| // @require https://code.jquery.com/jquery-2.2.0.min.js | |
| // @grant none | |
| // @include *.facebook.*/events/* | |
| // ==/UserScript== | |
| var API_URL = "//graph.facebook.com/v2.5/"; |